/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'DINCond';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/DINCond-Regular.eot');
    src: local('DINCond-Regular'), url('../fonts/DINCond-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/DINCond-Regular.woff2') format('woff2'), url('../fonts/DINCond-Regular.woff') format('woff'), url('../fonts/DINCond-Regular.ttf') format('truetype'), url('../fonts/DINCond-Regular.svg#DINCond-Regular') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Staatliches';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Staatliches-Regular.eot');
    src: local('Staatliches Regular'), local('Staatliches-Regular'), url('../fonts/Staatliches-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Staatliches-Regular.woff2') format('woff2'), url('../fonts/Staatliches-Regular.woff') format('woff'), url('../fonts/Staatliches-Regular.ttf') format('truetype'), url('../fonts/Staatliches-Regular.svg#Staatliches-Regular') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Playfair Display';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/PlayfairDisplay-Bold.eot');
    src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Bold.woff') format('woff'), url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
    font-display: swap;
}
.textcolor
{
    background-image: -webkit-linear-gradient(right, #18a7a3, #0f74e8);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.bgcolor
{
    background: -webkit-gradient(linear, right top, left top, from(#18a7a3), to(#0f74e8));
    background: -webkit-linear-gradient(right, #18a7a3, #0f74e8);
    background:         linear-gradient(right, #18a7a3, #0f74e8);
}
.fz-16
{
    font-size: 16px;
    line-height: 2.25;
}
@media (max-width: 767px)
{
    .fz-16
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.fz-16 p
{
    margin: 0;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 40px;
    line-height: 1;

    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;

    overflow: hidden;

    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
    border: none;
    outline: none;
    background: none;
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\eb60';
}
.slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
@media (max-width: 1199px)
{
    .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.slick-arrow.slick-next:before
{
    content: '\e625';
}
.slick-arrow:hover
{
    color: rgba(0, 54, 134, .8);
}
.slick-dots
{
    margin-top: 40px;

    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 70px;
    height: 4px;
    margin: 0 10px;

    vertical-align: top;

    background-color: #dfdfdf;
}
@media (max-width: 1470px)
{
    .slick-dots li
    {
        width: 50px;
    }
}
@media (max-width: 991px)
{
    .slick-dots li
    {
        width: 20px;
        height: 2px;
        margin: 0 4px;
    }
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #003686;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 130px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: right;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        position: fixed;

        height: 60px;
    }
}
.header .logo
{
    display: inline-block;
    float: left;

    height: 70px;
    margin-top: 30px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1350px)
{
    .header .logo
    {
        height: 50px;
        margin-top: 40px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        margin-top: 5px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        overflow: hidden;

        width: 75px;
        height: 40px;
        margin-top: 10px;
    }
}
/* @media (max-width: 360px)
{
    .header .logo
    {
        height: 30px;
        margin-top: 15px;
    }
} */
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: block;

    height: 100%;
}
.header .header-right
{
    display: inline-block;

    margin-top: 14px;
}
@media (max-width: 1199px)
{
    .header .header-right
    {
        margin: 0;
        margin-right: 10px;
    }
}
@media (max-width: 1199px)
{
    .header .header-right .top-right
    {
        margin: 0;
    }
}
.header .header-right .top-right p.tel
{
    font-size: 24px;
    font-weight: bold;
    line-height: 56px;

    display: inline-block;

    margin: 0;
    margin-left: 14px;

    -webkit-transition: line-height .4s;
            transition: line-height .4s;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .header-right .top-right p.tel
    {
        font-size: 16px;
        line-height: 60px;
    }
}
@media (max-width: 991px)
{
    .header .header-right .top-right p.tel
    {
        font-size: 14px;

        display: none;
    }
}
@media (max-width: 767px)
{
    .header .header-right .top-right p.tel
    {
        display: none;
    }
}
.header .header-right .top-right p.tel a:hover
{
    text-decoration: underline;
}
.header .header-right .top-right .language
{
    position: relative;

    display: inline-block;

    margin-left: 24px;

    text-align: left;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .header-right .top-right .language
    {
        margin-top: 0;
        margin-right: 10px;
        margin-left: 20px;
    }
}
@media (max-width: 991px)
{
    .header .header-right .top-right .language
    {
        margin-top: 10px;
    }
}
.header .header-right .top-right .language p
{
    line-height: 28px;

    margin: 0;
    padding: 0 8px;

    color: rgba(255, 255, 255, .6);
    border: 1px solid rgba(255, 255, 255, .6);
}
.header .header-right .top-right .language p:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: right;

    margin-left: 6px;

    content: '\e602';
}
.header .header-right .top-right .language ul
{
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;

    display: none;

    width: 100%;

    color: #666;
    background-color: rgba(255, 255, 255, .8);
}
.header .header-right .top-right .language ul li a
{
    line-height: 24px;

    display: block;

    padding: 4px 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.header .header-right .top-right .language ul li:hover a
{
    color: #fff;
    background-color: #003686;
}
.header .pc-search
{
    position: relative;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .header .pc-search
    {
        margin-top: 10px;
    }
}
.header .pc-search .search-button
{
    display: inline-block;
    overflow: hidden;

    cursor: pointer;
    vertical-align: middle;
}
.header .pc-search .search-button:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    line-height: 40px;

    width: 30px;

    content: '\e660';
    text-align: center;
}
@media (max-width: 1199px)
{
    .header .pc-search .search-button:before
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .header .pc-search .search-button:before
    {
        font-size: 18px;
    }
}
.header .pc-search form
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .pc-search form
    {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
    }
}
.header .pc-search input
{
    font-size: 12px;
    line-height: 30px;

    width: 100%;
    padding: 0 30px 0 0;

    border-bottom: 1px solid rgba(255, 255, 255, .5);
    outline: none;
    background: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search .submit
{
    font-size: 22px;
    line-height: 30px;

    position: absolute;
    right: 0;
    bottom: 0;

    width: 30px;
    padding: 0;

    text-align: center;

    color: #fff;
    outline: none;
    background: none;
    box-shadow: none;
}
.header .pc-search .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e660';
}
.header .pc-search.searchactive form
{
    width: 180px;
}
@media (max-width: 767px)
{
    .header .pc-search.searchactive form
    {
        width: 100px;
    }
}
.header .pc-search.searchactive .search-button
{
    width: 0;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;

        margin-top: 10px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 5px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #666 !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: block;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav .logo
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 15px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #666;
        background: #fff;
    }
    .header .nav .logo
    {
        display: block;
        float: left;

        margin-top: 10px;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 90%;
        padding-top: 30%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: top;
    }
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        text-align: center;
    }
    .header .nav .nav-list1 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 60px;

        position: relative;

        display: inline-block;

        padding: 0 15px;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
        text-transform: uppercase;

        color: #fff;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: rgba(255, 255, 255, .9);
    }
    .header .nav .nav-list1 > li.more:hover > a:after
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        display: block;

        width: 0;
        height: 0;

        content: '';
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);

        border-width: 0 5px 10px 5px;
        border-style: solid;
        border-color: transparent transparent #003686 transparent;
    }
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2,
    .header .nav .nav-list1 > li:nth-child(6) .nav-list2
    {
        padding: 30px 0;
    }
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2 .nlist,
    .header .nav .nav-list1 > li:nth-child(6) .nav-list2 .nlist
    {
        font-size: 0;

        max-width: 1200px;
        margin: 0 auto;
    }
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2 .nlist li,
    .header .nav .nav-list1 > li:nth-child(6) .nav-list2 .nlist li
    {
        font-size: 14px;

        display: inline-block;

        width: 20%;

        vertical-align: top;

        border-right: 1px solid rgba(255, 255, 255, .1);
    }
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2 .nlist li:last-child,
    .header .nav .nav-list1 > li:nth-child(6) .nav-list2 .nlist li:last-child
    {
        border-right: none;
    }
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2 .nlist li a,
    .header .nav .nav-list1 > li:nth-child(6) .nav-list2 .nlist li a
    {
        font-size: 18px;
        line-height: 2;

        display: block;

        padding: 30px 0;
    }
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2 .nlist li a img,
    .header .nav .nav-list1 > li:nth-child(6) .nav-list2 .nlist li a img
    {
        width: 70px;
    }
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2 .nlist li:hover .nav-icon,
    .header .nav .nav-list1 > li:nth-child(6) .nav-list2 .nlist li:hover .nav-icon
    {
        -webkit-animation: flipInY 1s 0s ease both;
                animation: flipInY 1s 0s ease both;
    }
    .header .nav .nav-list1 > li:nth-child(6) .nav-list2 .nlist li
    {
        width: 30%;
    }
    .header .nav .nav-list1 > li:nth-child(7) .nav-list2 .nav-list .nav-list-left .nlist
    {
        text-align: center;
    }
    .header .nav .nav-list1 > li:nth-child(7) .nav-list2 .nav-list .nav-list-left .nlist li
    {
        font-size: 14px;

        display: inline-block;

        width: 30%;

        vertical-align: top;

        border-right: 1px solid rgba(255, 255, 255, .1);
    }
    .header .nav .nav-list1 > li:nth-child(7) .nav-list2 .nav-list .nav-list-left .nlist li:last-child
    {
        border-right: none;
    }
    .header .nav .nav-list1 > li:nth-child(7) .nav-list2 .nav-list .nav-list-left .nlist li a
    {
        font-size: 18px;
        line-height: 2;

        display: block;

        padding: 30px 0;

        background: none;
    }
    .header .nav .nav-list1 > li:nth-child(7) .nav-list2 .nav-list .nav-list-left .nlist li a img
    {
        width: 70px;
    }
    .header .nav .nav-list1 > li:nth-child(7) .nav-list2 .nav-list .nav-list-left .nlist li:hover .nav-icon
    {
        -webkit-animation: flipInY 1s 0s ease both;
                animation: flipInY 1s 0s ease both;
    }
    .header .nav .nav-list1 > li.othernav
    {
        position: relative;
    }
    .header .nav .nav-list1 > li.othernav .nav-list2
    {
        left: -40px;

        min-width: 240px;
        padding: 10px 0;

        text-align: center;
    }
    .header .nav .nav-list1 > li.othernav .nav-list2 .nlist li
    {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    .header .nav .nav-list1 > li.othernav .nav-list2 .nlist li:last-child
    {
        border-bottom: none;
    }
    .header .nav .nav-list1 > li.othernav .nav-list2 .nlist li a
    {
        font-size: 16px;
        line-height: 24px;

        display: block;
		white-space: nowrap;
        padding: 10px;

        -webkit-transition: all .2s;
                transition: all .2s;
    }
    .header .nav .nav-list1 > li.othernav .nav-list2 .nlist li a img
    {
        width: 70px;
    }
    .header .nav .nav-list1 > li.othernav .nav-list2 .nlist li:hover
    {
        background-color: #1a62ac;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0;

        display: none;
        overflow: hidden;

        width: 100%;

        color: #fff;
        background-color: rgba(7, 67, 155, .97);
    }
    .header .nav .nav-list1 .nav-list2 .nav-sort
    {
        background-color: #004ea5;
    }
    .header .nav .nav-list1 .nav-list2 .nav-sort ul li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 .nav-list2 .nav-sort ul li a
    {
        font-size: 16px;
        line-height: 90px;

        display: block;

        padding: 0 20px;

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 .nav-sort ul li.active a
    {
        color: #fff;
        background-color: #1a62ac;
    }
    .header .nav .nav-list1 .nav-list2 .nav-list
    {
        font-size: 0;

        display: none;

        padding: 30px 0;
    }
    .header .nav .nav-list1 .nav-list2 .nav-list .container
    {
        display: table;
    }
    .header .nav .nav-list1 .nav-list2 .nav-list .nav-list-left,
    .header .nav .nav-list1 .nav-list2 .nav-list .nav-list-right
    {
        font-size: 14px;

        display: table-cell;

        vertical-align: top;
    }
    .header .nav .nav-list1 .nav-list2 .nav-list .nav-list-left
    {
        position: relative;

        width: 70%;

        text-align: left;
    }
    .header .nav .nav-list1 .nav-list2 .nav-list .nav-list-left .nlist
    {
        margin: 0 -15px;
    }
    .header .nav .nav-list1 .nav-list2 .nav-list .nav-list-left .nlist li
    {
        display: inline-block;

        width: 300px;
        margin-bottom: 14px;
        padding: 0 15px;

        vertical-align: top;
    }
    .header .nav .nav-list1 .nav-list2 .nav-list .nav-list-left .nlist li a
    {
        font-size: 16px;
        line-height: 28px;

        display: block;
        overflow: hidden;
/*        text-overflow:ellipsis;
        white-space: nowrap; */
        padding: 6px 10px;

        -webkit-transition: all .2s;
                transition: all .2s;

        background-color: #004ea5;
    }
    .header .nav .nav-list1 .nav-list2 .nav-list .nav-list-left .nlist li a:hover
    {
        background-color: #015cc1;
    }
    .header .nav .nav-list1 .nav-list2 .nav-list .nav-list-left a.nav-more
    {
        font-size: 16px;
        line-height: 30px;

        position: absolute;
        bottom: 0;
        left: 0;
    }
    .header .nav .nav-list1 .nav-list2 .nav-list .nav-list-left a.nav-more:before
    {
        font-family: 'iconfont' !important;
        font-size: 20px;

        float: left;

        margin-right: 10px;

        content: '\e62b';

        color: #0e4baa;
    }
    .header .nav .nav-list1 .nav-list2 .nav-list .nav-list-left a.nav-more:hover
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list2 .nav-list .nav-list-right
    {
        width: 30%;
    }
    .header .nav .nav-list1 .nav-list2 .nav-list .nav-list-right img
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 .nav-list:nth-child(1)
    {
        display: block;
    }
}
@media (min-width: 1200px) and (max-width: 1600px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        padding: 0 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 8px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .nav .nav-list1 .nav-list2 .nav-list .container
    {
        display: block;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .nav .nav-list1 .nav-list2 .nav-list .nav-list-left,
    .header .nav .nav-list1 .nav-list2 .nav-list .nav-list-right
    {
        display: block;

        width: 100%;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        overflow-y: auto;

        height: 100%;

        text-align: left;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 30px;

        display: block;

        padding: 4px 0;

        text-transform: uppercase;
    }
    .header .nav .nav-list1 .open-nav
    {
        font-size: 20px;
        line-height: 30px;

        position: absolute;
        top: 0;
        right: 0;
    }
    .header .nav .nav-list1 .open-nav:after
    {
        font-family: 'iconfont' !important;

        content: '\e629';
    }
    .header .nav .nav-list1 .current .open-nav:after
    {
        font-family: 'iconfont' !important;

        content: '\e628';
    }
    .header .nav .nav-list1 .nav-list2
    {
        display: none;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
        line-height: 30px;

        display: block;

        text-transform: uppercase;

        color: #666;
    }
    .header .nav .nav-list1 .nav-list2 > li > a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list1 .nav-list2 .nav-list3 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 .nav-list2 .nav-list3 > li a
    {
        line-height: 24px;

        padding: 0 4px;

        color: #999;
    }
    .header .nav .nav-list1 .nav-list2 .nav-list3 > li a:before
    {
        font-weight: bold;

        content: '·';
    }
}
@media (max-width: 1199px) and (max-width: 1199px)
{
    .header .nav .nav-list1 img,
    .header .nav .nav-list1 .nav-icon
    {
        display: none;
    }
    .header .nav .nav-list1 p
    {
        display: inline-block;
    }
    .header .nav .nav-list1 .nav-list2
    {
        overflow: hidden;
    }
    .header .nav .nav-list1 .nlist
    {
        margin: 0 -10px;
    }
    .header .nav .nav-list1 .nlist li
    {
        display: inline-block;

        width: auto;

        vertical-align: top;
    }
    .header .nav .nav-list1 .nlist li a
    {
        font-size: 15px;
        line-height: 30px;

        padding: 0 10px;

        color: #666;
    }
    .header .nav .nav-list1 .nlist li a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list1 .nav-sort
    {
        overflow: hidden;
    }
    .header .nav .nav-list1 .nav-sort ul
    {
        margin: 0 -10px;
    }
    .header .nav .nav-list1 .nav-sort li
    {
        display: inline-block;

        width: auto;

        vertical-align: top;
    }
    .header .nav .nav-list1 .nav-sort li a
    {
        font-size: 15px;
        line-height: 30px;

        padding: 0 10px;

        color: #666;
    }
    .header .nav .nav-list1 .nav-sort li a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list1 .nav-product
    {
        display: none;
    }
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header,
.header.header-product
{
    background-color: #003686;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.fixed-header .header-right .top-right p.whatsapp:before,
.header.header-product .header-right .top-right p.whatsapp:before,
.header.fixed-header .header-right .top-right p.email:before,
.header.header-product .header-right .top-right p.email:before
{
    color: #003686;
}
.header.fixed-header .pc-search .search-button,
.header.header-product .pc-search .search-button
{
    color: #fff;
}
.header.fixed-header .nav-collapse .btn-line,
.header.header-product .nav-collapse .btn-line
{
    background-color: #fff;
}
.header.fixed-header .nav-collapse .btn-line .nav-collapse .btn-line:nth-child(3),
.header.header-product .nav-collapse .btn-line .nav-collapse .btn-line:nth-child(3),
.header.fixed-header .nav-collapse .btn-line .nav-collapse .btn-line:nth-child(1),
.header.header-product .nav-collapse .btn-line .nav-collapse .btn-line:nth-child(1)
{
    background-color: #fff;
}
@media (min-width: 1200px)
{
    .header.fixed-header .nav .nav-list1 > li.active > a,
    .header.header-product .nav .nav-list1 > li.active > a,
    .header.fixed-header .nav .nav-list1 > li:hover > a,
    .header.header-product .nav .nav-list1 > li:hover > a
    {
        color: rgba(255, 255, 255, .9);
    }
}
.header.fixed-header .pc-search input,
.header.header-product .pc-search input
{
    border-bottom: 1px solid #dcdcdc;
}
.header.fixed-header .pc-search input::-webkit-input-placeholder,
.header.header-product .pc-search input::-webkit-input-placeholder,
.header.fixed-header .pc-search textarea::-webkit-input-placeholder,
.header.header-product .pc-search textarea::-webkit-input-placeholder
{
    color: #999;
}
.header.fixed-header .pc-search input:-o-placeholder,
.header.header-product .pc-search input:-o-placeholder,
.header.fixed-header .pc-search textarea:-o-placeholder,
.header.header-product .pc-search textarea:-o-placeholder
{
    color: #999;
}
.header.fixed-header .pc-search input::-moz-placeholder,
.header.header-product .pc-search input::-moz-placeholder,
.header.fixed-header .pc-search textarea::-moz-placeholder,
.header.header-product .pc-search textarea::-moz-placeholder
{
    color: #999;
}
.header.fixed-header .pc-search input:-ms-input-placeholder,
.header.header-product .pc-search input:-ms-input-placeholder,
.header.fixed-header .pc-search textarea:-ms-input-placeholder,
.header.header-product .pc-search textarea:-ms-input-placeholder
{
    color: #999;
}
.header.fixed-header .pc-search input:focus::-webkit-input-placeholder,
.header.header-product .pc-search input:focus::-webkit-input-placeholder,
.header.fixed-header .pc-search textarea:focus::-webkit-input-placeholder,
.header.header-product .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header.fixed-header .pc-search input:focus::-o-placeholder,
.header.header-product .pc-search input:focus::-o-placeholder,
.header.fixed-header .pc-search textarea:focus::-o-placeholder,
.header.header-product .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header.fixed-header .pc-search input:focus::-moz-placeholder,
.header.header-product .pc-search input:focus::-moz-placeholder,
.header.fixed-header .pc-search textarea:focus::-moz-placeholder,
.header.header-product .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header.fixed-header .pc-search input:focus::-ms-input-placeholder,
.header.header-product .pc-search input:focus::-ms-input-placeholder,
.header.fixed-header .pc-search textarea:focus::-ms-input-placeholder,
.header.header-product .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header.fixed-header
{
    height: 100px;
}
@media (max-width: 1199px)
{
    .header.fixed-header
    {
        height: 60px;
    }
}
.header.fixed-header .logo
{
    margin-top: 15px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        margin-top: 5px;
    }
}
@media (max-width: 767px)
{
    .header.fixed-header .logo
    {
        margin-top: 10px;
    }
}
@media (min-width: 1200px)
{
    .header.fixed-header .nav .nav-list1 > li > a
    {
        line-height: 50px;
    }
    .header.fixed-header .header-right .top-right p.tel
    {
        line-height: 50px;
    }
    .header.fixed-header .header-right
    {
        margin-top: 0;
    }
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 55px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-radius: 0;
    background-color: rgba(0, 0, 0, .7);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 2px auto;
    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.online-wrap .online a:before
{
    font-size: 20px;

    color: #a1a5b3;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        text-decoration: none;

        background-color: #003686;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #003686;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;
    font-size: 24px !important;

    content: '\e72e';
}
.online-wrap .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e751';
}
.online-wrap .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e622';
}
.xs-online
{
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;

    display: none;

    width: 100%;

    background-color: rgba(51, 51, 51, .9);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: none;
    }
}
.xs-online ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e601';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e649';
}
.xs-online ul li.message > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.home > a:before
{
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.map > a:before
{
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.product > a:before
{
    font-weight: normal;

    content: '\e7e9';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e622';
}
.xs-online ul li.whatsapp > a:before
{
    font-weight: normal;

    content: '\e64e';
}
.xs-online ul li.wechat > a:before
{
    font-weight: normal;

    content: '\e604';
}
.xs-online ul li.wechat img
{
    position: absolute;
    top: -90px;
    left: 50%;

    display: none;

    width: 90px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.xs-online ul li.wechat:hover img
{
    display: block;
}
.banner
{
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden;

    width: 100%;
}
/* @media (max-width: 767px)
{
    .banner .slick-banner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
} */
.banner img
{
    display: block;
}
.banner .slick-dots
{
    font-size: 0;

    position: absolute;
    z-index: 2;
    bottom: 50px;

    width: 100%;
    height: 10px;
    padding: 0 7%;

    text-align: left;
}
@media (max-width: 1470px)
{
    .banner .slick-dots
    {
        padding: 0 4%;
    }
}
@media (max-width: 991px)
{
    .banner .slick-dots
    {
        bottom: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 10px;

        padding: 0 16%;
    }
}
.banner .slick-dots > li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 14px;
    margin: 0 6px;

    vertical-align: middle;

    opacity: .5;
    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .banner .slick-dots > li
    {
        width: 10px;
        height: 6px;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots > li
    {
        margin: 0 3px;
    }
}
.banner .slick-dots .slick-active
{
    width: 70px;

    opacity: 1;
}
@media (max-width: 991px)
{
    .banner .slick-dots .slick-active
    {
        width: 50px;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots .slick-active
    {
        width: 30px;
    }
}
.banner .slick-dots button
{
    display: none;
}
.banner .slick-arrow
{
    font-size: 24px;
    line-height: 60px;

    position: absolute;
    top: auto;
    right: 180px;
    bottom: 28px;
    left: auto;

    width: 60px;
    height: 60px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    text-align: center;

    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 0;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow
    {
        line-height: 50px;

        right: 80px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        line-height: 30px;

        right: 22%;
        bottom: 10px;

        width: 30px;
        height: 30px;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
@media (max-width: 767px)
{
    .banner .slick-arrow:before
    {
        -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
                transform: scale(.8);
    }
}
.banner .slick-arrow:hover
{
    border-color: #003686;
    background-color: #003686;
}
.banner .slick-arrow.slick-next
{
    right: 100px;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow.slick-next
    {
        right: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .slick-arrow.slick-next
    {
        right: -webkit-calc(22% - 40px);
        right:         calc(22% - 40px);
    }
}
.banner .slick-arrow.slick-next:before
{
    content: '\e625';
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
.banner .item img
{
    display: block;

    width: 100%;
}
.banner .text
{
    font-size: 14px;

    position: absolute;
    top: 55%;

    width: 100%;
    padding: 0 9%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;

    color: #fff;
}
@media (max-width: 1470px)
{
    .banner .text
    {
        top: 55%;

        padding: 0 4%;
    }
}
@media (max-width: 767px)
{
    .banner .text
    {
        padding: 0 3%;
    }
}
.banner .text img
{
    width: auto;
    max-width: 100%;
}
@media (max-width: 1470px)
{
    .banner .text .text-img
    {
        max-width: 500px;
    }
}
@media (max-width: 1199px)
{
    .banner .text .text-img
    {
        max-width: 400px;
    }
}
@media (max-width: 991px)
{
    .banner .text .text-img
    {
        max-width: 300px;
    }
}
@media (max-width: 767px)
{
    .banner .text .text-img
    {
        max-width: 200px;
    }
}
.banner .text .iso
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .banner .text .iso
    {
        display: none;
    }
}
.banner .text .iso img,
.banner .text .iso .desc
{
    display: inline-block;

    vertical-align: middle;
}
.banner .text .iso img
{
    max-width: 70px;
    margin-right: 20px;
}
.banner .text .iso .desc
{
    opacity: 1;
}
.banner .text .iso .desc p
{
    line-height: 24px;

    margin: 0;
}
.banner .text-1 .iso .desc,
.banner .text-2 .iso .desc,
.banner .text-4 .iso .desc,
.banner .text-5 .iso .desc
{
    color: rgba(0, 54, 134, .5);
}
.banner .text-2
{
    top: 55%;
}
.banner .text-3
{
    top: 65%;
}
.banner .text-4
{
    top: 70%;

    padding-left: 50%;
}
.banner .text-4 .iso
{
    margin-top: 60px;
}
.banner .text-5
{
    top: 60%;
}
.banner .slick-current .item > img
{
    -webkit-animation: bzoom 4s 0s ease both;
            animation: bzoom 4s 0s ease both;
}
.banner .slick-current .item .text .text-img,
.banner .slick-current .item .text .iso
{
    -webkit-animation: fadeInLeft 1.5s 0s ease both;
            animation: fadeInLeft 1.5s 0s ease both;
}
.banner .slick-current .item .text-4 .text-img,
.banner .slick-current .item .text-4 .iso
{
    -webkit-animation: fadeInRight 1.5s 0s ease both;
            animation: fadeInRight 1.5s 0s ease both;
}
@media (max-width: 1470px)
{
    .banner-in .slick-banner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slick-banner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -70%;
    }
}
.banner-in .text-inner
{
    position: absolute;
    top: -webkit-calc(50% + 50px);
    top:         calc(50% + 50px);

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner-in .text-inner
    {
        top: -webkit-calc(50% + 30px);
        top:         calc(50% + 30px);
    }
}
.banner-in .text-inner h2
{
    font-size: 36px;
    font-weight: bold;
}
@media (max-width: 1470px)
{
    .banner-in .text-inner h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .text-inner h2
    {
        font-size: 24px;
    }
}
.banner-in .text-inner h3
{
    font-family: 'Playfair Display';
    font-size: 36px;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .banner-in .text-inner h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-inner h3
    {
        font-size: 24px;
    }
}
.banner-in .text-inner .location
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .banner-in .text-inner .location
    {
        margin-top: 10px;
    }
}
.banner-in .text-inner .location > ul > li
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;

    color: rgba(255, 255, 255, .5);
}
.banner-in .text-inner .location > ul > li:after
{
    content: '>';
}
.banner-in .text-inner .location > ul > li:last-child:after
{
    display: none;
}
.banner-in .text-inner .location > ul > li > a
{
    line-height: 24px;

    display: inline-block;
}
.banner-in .text-inner .location > ul > li > a:hover
{
    text-decoration: underline;

    color: #fff;
}
@-webkit-keyframes bzoom
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
@keyframes bzoom
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.bzoom
{
    -webkit-animation-name: bzoom;
            animation-name: bzoom;
}
@-webkit-keyframes bwidth
{
    0%
    {
                width: 0;

        opacity: 1;

        -webkit-width: 0;
            -ms-width: 0;
    }
    100%
    {
                width: 100%;

        opacity: 1;

        -webkit-width: 100%;
    }
}
@keyframes bwidth
{
    0%
    {
                width: 0;

        opacity: 1;

        -webkit-width: 0;
            -ms-width: 0;
    }
    100%
    {
                width: 100%;

        opacity: 1;

        -webkit-width: 100%;
    }
}
.bwidth
{
    -webkit-animation-name: bwidth;
            animation-name: bwidth;
}
.home
{
    overflow: hidden;

    padding: 60px 0;
}
@media (max-width: 991px)
{
    .home
    {
        padding: 30px 0;
    }
}
.title
{
    text-align: center;
}
.title:after
{
    display: block;

    width: 66px;
    height: 6px;
    margin: 0 auto;
    margin-top: 14px;

    content: '';

    border-radius: 10px;
    background-color: #0f5ed3;
}
.title h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 20px;
    }
}
.title h3
{
    font-family: 'Playfair Display';
    font-size: 36px;
    line-height: 1.2;

    margin: 0;

    color: #ddd;
}
@media (max-width: 1199px)
{
    .title h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title h3
    {
        font-size: 24px;
    }
}
.home-number
{
    padding: 0;

    color: #fff;
    background-color: #003686;
}
.home-number ul
{
    margin: 0;
}
.home-number ul li
{
    position: relative;

    padding: 0;
    padding: 15px 3%;

    border-right: 1px solid rgba(255, 255, 255, .2);
}
@media (max-width: 767px)
{
    .home-number ul li
    {
        padding: 20px 10px 10px;

        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
}
.home-number ul li:before
{
    position: absolute;
    top: 0;
    right: -2px;

    display: block;

    width: 3px;
    height: 42px;

    content: '';

    background-color: rgba(255, 255, 255, .5);
}
.home-number .item
{
    max-width: 300px;
    margin: 0 auto;
}
.home-number .item b
{
    font-family: 'DINCond', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 1199px)
{
    .home-number .item b
    {
        font-size: 24px;
    }
}
.home-number .item b span
{
    font-size: 72px;
    font-weight: normal;
}
@media (max-width: 1199px)
{
    .home-number .item b span
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .home-number .item b span
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .home-number .item b span
    {
        font-size: 40px;
    }
}
.home-number .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: rgba(255, 255, 255, .33);
}
@media (max-width: 991px)
{
    .home-number .item p
    {
        font-size: 14px;
    }
}
.home-index-product
{
    background: url(../images/indexp_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .home-index-product
    {
        background: url(../images/indexp_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.home-index-product .container
{
    max-width: 1430px;
}
.home-index-product .index-product-sort
{
    position: relative;
}
.home-index-product .index-product-sort:before
{
    position: absolute;
    top: 50%;
    left: -50%;

    width: 200%;
    height: 2px;

    content: '';

    background-color: #dde6f4;
}
.home-index-product .index-product-sort ul
{
    font-size: 0;

    position: relative;
    z-index: 2;

    text-align: center;
}
.home-index-product .index-product-sort ul li
{
    font-size: 14px;

    display: inline-block;

    width: 14.285714285%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .home-index-product .index-product-sort ul li
    {
        width: 25%;

    }
}
.home-index-product .index-product-sort ul li a
{
    position: relative;

    display: block;

    width: 150px;
    height: 150px;
    margin: 0 auto;

    border: 5px solid rgba(0, 54, 134, .05);
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .home-index-product .index-product-sort ul li a
    {
        width: 110px;
        height: 110px;
    }
}
@media (max-width: 767px)
{
    .home-index-product .index-product-sort ul li a
    {
        border-radius: 10px;
		width: auto;
		height: 90px;
		overflow: hidden;
		border-width: 2px
    }
}
.home-index-product .index-product-sort ul li a span
{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #386aa6;
}
@media (max-width: 1199px)
{
    .home-index-product .index-product-sort ul li a span
    {
        font-size: 10px;
        line-height: 20px;
        padding: 0 0px;
    }
}
.home-index-product .index-product-sort ul .slick-current a
{
    background-color: #003686;
}
.home-index-product .index-product-sort ul .slick-current a span
{
    color: #fff;
}
.home-index-product .slick-product .slick-arrow{
	left: 24px;
	top: 30%;
	width: 30px;
	height: 60px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	background-color: #003686;
}
.home-index-product .slick-product .slick-next{
	left: auto;
	right: 24px;
}
.home-index-product .slick-product .slick-arrow:before{
	font-family: iconfont!important;
	content: '\eb60';

}
.home-index-product .slick-product .slick-next:before{

	content: '\e625';

}
@media(max-width:767px){
	.home-index-product .slick-product .slick-arrow{
		left: 0;
	}
	.home-index-product .slick-product .slick-next{
		left: auto;
		right: 0;
	}
}
.home-index-product .index-product-list
{
    font-size: 0;

    margin-top: 50px;
}
@media (max-width: 991px)
{
    .home-index-product .index-product-list
    {
        margin-top: 30px;
    }
}
.home-index-product .index-product-list .product-list-left,
.home-index-product .index-product-list .product-list-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.home-index-product .index-product-list .product-list-left
{
    width: 330px;
}
@media (max-width: 767px)
{
    .home-index-product .index-product-list .product-list-left
    {
        width: 100%;
    }
}
.home-index-product .index-product-list .product-list-left .list li
{
    margin-top: 8px;
}
.home-index-product .index-product-list .product-list-left .list li a
{
    font-size: 16px;
    line-height: 28px;
overflow: hidden;
     /*   text-overflow:ellipsis;
        white-space: nowrap; */
    position: relative;

    display: block;

    padding: 10px 10px 10px 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    background-color: rgba(0, 54, 134, .8);
}
@media (max-width: 991px)
{
    .home-index-product .index-product-list .product-list-left .list li a
    {
        font-size: 15px;

        padding: 5px 5px 5px 40px;
    }
}
@media (max-width: 767px)
{
    .home-index-product .index-product-list .product-list-left .list li a
    {
        font-size: 14px;
    }
}
.home-index-product .index-product-list .product-list-left .list li a:before
{
    font-family: 'iconfont' !important;
    line-height: 48px;

    position: absolute;
    top: 0;
    left: 0;

    width: 40px;

    content: '\e625';
    text-align: center;
}
.home-index-product .index-product-list .product-list-left .list li a:hover
{
    background-color: #003686;
}
.home-index-product .index-product-list .product-list-left .more
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .home-index-product .index-product-list .product-list-left .more
    {
        margin-top: 30px;
    }
}
.home-index-product .index-product-list .product-list-left .more a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;
    display: block;

    padding: 0 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #a3a6a9;
    border: 1px solid #e9eef4;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .home-index-product .index-product-list .product-list-left .more a
    {
        line-height: 40px;
    }
}
.home-index-product .index-product-list .product-list-left .more a:hover
{
    color: #fff;
    background-color: #003686;
}
.home-index-product .index-product-list .product-list-right
{
    width: -webkit-calc(100% - 330px);
    width:         calc(100% - 330px);
    padding-left: 30px;

    text-align: right;
}
@media (max-width: 767px)
{
    .home-index-product .index-product-list .product-list-right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.home-index-product .index-product-list .product-list-right img
{
    max-width: 100%;
}
.home-product .slick-product
{
    padding: 0 20px;
}
@media (max-width: 767px)
{
    .home-product .slick-product
    {
        padding: 0 8px;
    }
}
.home-product .slick-product .slick-slide
{
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .home-product .slick-product .slick-slide
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .home-product .slick-product .slick-slide
    {
        padding: 0 8px;
    }
}
.home-product .item
{
    border: 1px solid #f6f6f6;
    background: #ffffff;
}
.home-product .item .ibox
{
    padding-bottom: 75%;
}
.home-product .item .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-product .item .note
{
    padding: 10px 20px 14px 20px;
}
.home-product .item .note h3
{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    color: #000;
    height: 24px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .home-product .item .note h3
    {
        font-size: 16px;
    }
}
.home-product .item .note p
{
    line-height: 18px;

    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    margin: 10px 0 0 0;

    color: #444;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home-product .item .link
{
    font-size: 0;

    border-top: 1px solid #f6f6f6;
}
.home-product .item .link a
{
    font-size: 16px;
    line-height: 60px;

    display: inline-block;
    overflow: hidden;

    width: 50%;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
    vertical-align: middle;

    color: #999;
}
@media (max-width: 1199px)
{
    .home-product .item .link a
    {
        font-size: 14px;
        line-height: 40px;
    }
}
.home-product .item .link a.btn-consulting
{
    border-right: 1px solid #f6f6f6;
}
.home-product .item .link a.btn-more
{
    color: #3776d3;
}
.home-product .item .link a.btn-more:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    content: '\e62b';
    vertical-align: middle;
}
.home-product .item .link a:hover
{
    color: #fff;
    background-color: #003686;
}
.home-product .item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-product .item:hover .note h3
{
    color: #003686;
}
.home-product .slick-dots li
{
    display: inline-block;

    width: 90px;
    height: 1px;
    margin: 0;

    vertical-align: middle;

    background-color: #eee;
}
@media (max-width: 991px)
{
    .home-product .slick-dots li
    {
        width: 40px;
    }
}
.home-product .slick-dots li.slick-active
{
    height: 3px;

    background-color: #3776d3;
}
.home-about
{
    font-size: 0;

    padding: 0;
}
.home-about .about-left,
.home-about .about-right
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .home-about .about-left,
    .home-about .about-right
    {
        display: block;

        width: 100%;
    }
}
.home-about .about-left
{
    position: relative;

    overflow: hidden;
}
.home-about .about-left .pic
{
    position: relative;
}
.home-about .about-left .play
{
    font-size: 15px;
    font-weight: bold;
    line-height: 2;

    position: absolute;
    z-index: 2;
    top: 30%;
    left: 50%;

    display: inline-block;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;

    color: #fff;
}
.home-about .about-left .play:before
{
    font-family: 'iconfont' !important;
    font-size: 80px;
    font-weight: normal;
    line-height: 1;

    display: block;

    content: '\e650';

    color: rgba(255, 255, 255, .78);
}
@media (max-width: 767px)
{
    .home-about .about-left .play:before
    {
        font-size: 60px;
    }
}
.home-about .about-left .text
{
    position: absolute;
    bottom: 0;

    margin-top: 10%;
    padding: 30px;

    text-align: left;

    color: #fff;
    background-color: rgba(0, 54, 134, .7);
}
@media (max-width: 767px)
{
    .home-about .about-left .text
    {
        position: relative;

        margin: 0;
        padding: 20px 14px;
    }
}
.home-about .about-left .text .note
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 130px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.home-about .about-left .text .note p
{
    font-size: 15px;
    line-height: 26px;

    margin: 0;
}
.home-about .about-left .text a.more
{
    line-height: 44px;

    display: inline-block;

    margin-top: 30px;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .5);
}
@media (max-width: 767px)
{
    .home-about .about-left .text a.more
    {
        margin-top: 10px;
    }
}
.home-about .about-left .text a.more:hover
{
    color: #003686;
    background-color: rgba(255, 255, 255, .5);
}
@media (max-width: 991px)
{
    .home-about .about-left img
    {
        width: 100%;
    }
}
.home-about .about-right
{
    padding: 0 3%;
}
@media (max-width: 991px)
{
    .home-about .about-right
    {
        padding: 30px 15px;
    }
}
.home-about .about-right .title-about h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    color: #aaa;
}
@media (max-width: 1470px)
{
    .home-about .about-right .title-about h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .home-about .about-right .title-about h3
    {
        font-size: 18px;
    }
}
.home-about .about-right .title-about h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    color: #003686;
}
@media (max-width: 1470px)
{
    .home-about .about-right .title-about h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .home-about .about-right .title-about h2
    {
        font-size: 24px;
    }
}
.home-about .about-right .advantage
{
    margin-top: 30px;
}
@media (max-width: 1470px)
{
    .home-about .about-right .advantage
    {
        margin: 0;
    }
}
.home-about .about-right .advantage ul
{
    font-size: 0;

    margin: 0 -30px;
}
@media (max-width: 1199px)
{
    .home-about .about-right .advantage ul
    {
        margin: 0 -10px;
    }
}
.home-about .about-right .advantage ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    padding: 0 30px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .home-about .about-right .advantage ul li
    {
        padding: 0 10px;
    }
}
.home-about .about-right .advantage .item
{
    position: relative;

    margin-top: 50px;
    padding-left: 90px;
}
@media (max-width: 991px)
{
    .home-about .about-right .advantage .item
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .home-about .about-right .advantage .item
    {
        margin-top: 20px;
        padding-left: 70px;
    }
}
.home-about .about-right .advantage .item .icon
{
    position: absolute;
    top: 0;
    left: 0;

    width: 80px;
}
@media (max-width: 767px)
{
    .home-about .about-right .advantage .item .icon
    {
        width: 60px;
    }
}
.home-about .about-right .advantage .item .icon img
{
    width: 100%;
}
.home-about .about-right .advantage .item .note b
{
    font-size: 18px;
    line-height: 24px;

    display: block;

    margin-bottom: 4px;
}
.home-about .about-right .advantage .item .note p
{
    font-size: 15px;
    line-height: 24px;

    margin: 0;

    color: #777;
}
@media (max-width: 1199px)
{
    .home-about .about-right .advantage .item .note p
    {
        font-size: 14px;
    }
}
.home-case
{
    background: url(../images/case_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .home-case
    {
        background: url(../images/case_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.home-case .case-sort
{
    margin-bottom: 40px;

    text-align: center;
}
.home-case .case-sort ul li
{
    display: inline-block;

    vertical-align: top;
}
.home-case .case-sort a
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    padding: 0 80px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    opacity: .8;
    color: #fff;
}
@media (max-width: 991px)
{
    .home-case .case-sort a
    {
        padding: 0 40px;
    }
}
@media (max-width: 767px)
{
    .home-case .case-sort a
    {
        font-size: 16px;

        padding: 0 10px;
    }
}
.home-case .case-sort a:after
{
    display: block;

    width: 0;
    height: 0;
    margin: 0 auto;

    content: '';

    opacity: 0;
    border-width: 10px 7px 0 7px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.home-case .case-sort a img
{
    display: block;

    width: 80px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .home-case .case-sort a img
    {
        width: 50px;
    }
}
.home-case .case-sort a img:after
{
    opacity: 1;
}
.home-case .case-sort .active a
{
    opacity: 1;
}
.home-case .case-sort .active a:after
{
    opacity: 1;
}
.home-case .case
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    max-width: 1460px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .home-case .case
    {
        padding: 0 15px;
    }
}
.home-case .case .swiper-container .swiper-slide
{
    width: 690px;
    padding-bottom: 90px;

    -webkit-transition: all 1s;
            transition: all 1s;
    text-align: center;

    color: #fff;
}
@media (max-width: 1470px)
{
    .home-case .case .swiper-container .swiper-slide
    {
        width: 640px;
    }
}
@media (max-width: 1199px)
{
    .home-case .case .swiper-container .swiper-slide
    {
        width: 460px;
    }
}
@media (max-width: 991px)
{
    .home-case .case .swiper-container .swiper-slide
    {
        width: 400px;
    }
}
@media (max-width: 767px)
{
    .home-case .case .swiper-container .swiper-slide
    {
        width: 100%;
        padding-bottom: 70px;
    }
}
.home-case .case .swiper-container .swiper-slide .ibox
{
    padding-bottom: 75.36231884%;

    background-color: #000;
}
.home-case .case .swiper-container .swiper-slide .ibox img
{
    -webkit-transition: all .5s;
            transition: all .5s;

    opacity: .6;
}
.home-case .case .swiper-container .swiper-slide .note
{
    position: absolute;
    z-index: 2;
    bottom: 0;

    width: 100%;

    opacity: 0;
}
.home-case .case .swiper-container .swiper-slide .note h3
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 30px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .home-case .case .swiper-container .swiper-slide .note h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .home-case .case .swiper-container .swiper-slide .note h3
    {
        font-size: 18px;
    }
}
.home-case .case .swiper-container .swiper-slide .note p
{
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 26px;
    margin: 10px 0 0 0;

    color: #a4a4a4;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .home-case .case .swiper-container .swiper-slide .note p
    {
        font-size: 14px;

        margin: 0;
    }
}
.home-case .case .swiper-container .swiper-slide-active .ibox img
{
    opacity: 1;
}
.home-case .case .swiper-container .swiper-slide-active .note
{
    opacity: 1;
}
.home-case .case .swiper-button-prev
{
    font-size: 50px;

    top: 40%;
    left: 5%;

    width: 45px;
    height: 45px;

    color: #fff;
    background: none;
}
@media (max-width: 1470px)
{
    .home-case .case .swiper-button-prev
    {
        left: 0;
    }
}
.home-case .case .swiper-button-prev:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.home-case .case .swiper-button-prev:hover
{
    color: #003686;
}
.home-case .case .swiper-button-next
{
    font-size: 50px;

    top: 40%;
    right: 5%;

    width: 45px;
    height: 45px;

    color: #fff;
    background: none;
}
@media (max-width: 1470px)
{
    .home-case .case .swiper-button-next
    {
        right: 2px;
    }
}
.home-case .case .swiper-button-next:before
{
    font-family: 'iconfont' !important;

    content: '\e625';
}
.home-case .case .swiper-button-next:hover
{
    color: #003686;
}
.home-case .more
{
    margin-top: 20px;

    text-align: center;
}
.home-case .more a
{
    line-height: 44px;

    display: inline-block;

    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .5);
}
@media (max-width: 991px)
{
    .home-case .more a
    {
        line-height: 34px;
    }
}
.home-case .more a:hover
{
    color: #003686;
    background-color: rgba(255, 255, 255, .5);
}
.home-honor
{
    background-color: #f7f7f7;
}
.home-honor .honor-sort
{
    margin-bottom: 30px;

    text-align: center;
}
.home-honor .honor-sort > ul
{
    font-size: 0;
}
.home-honor .honor-sort > ul > li
{
    display: inline-block;
}
.home-honor .honor-sort > ul > li > a
{
    font-size: 18px;
    line-height: 56px;

    display: block;

    padding: 0 50px;

    color: #003686;
    background-color: #eee;
}
@media (max-width: 767px)
{
    .home-honor .honor-sort > ul > li > a
    {
        font-size: 16px;
        line-height: 40px;

        padding: 0 40px;
    }
}
.home-honor .honor-sort > ul > li.active > a
{
    color: #fff;
    background-color: #003686;
}
.home-honor .honor-list
{
    position: relative;
    z-index: 2;

    overflow: hidden;
}
.home-honor .honor-list .slick-honor
{
    margin: 0 -20px;
}
@media (max-width: 1199px)
{
    .home-honor .honor-list .slick-honor
    {
        margin: 0 -10px;
    }
}
@media (max-width: 767px)
{
    .home-honor .honor-list .slick-honor
    {
        margin: 0 -6px;
    }
}
.home-honor .honor-list .slick-honor .slick-slide
{
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .home-honor .honor-list .slick-honor .slick-slide
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .home-honor .honor-list .slick-honor .slick-slide
    {
        padding: 0 6px;
    }
}
.home-honor .honor-list .item
{
    display: block;

    text-align: center;
}
.home-honor .honor-list .item .ibox
{
    padding-bottom: 78.33333333%;
}
.home-honor .honor-list .item .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-honor .honor-list .item p
{
    font-size: 16px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 4px 0 0 0;

    color: #777;
    background-color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .home-honor .honor-list .item p
    {
        font-size: 14px;
        line-height: 30px;

        height: 30px;
    }
}
.home-honor .honor-list .item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-honor .honor-list .more
{
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 991px)
{
    .home-honor .honor-list .more
    {
        margin-top: 20px;
    }
}
.home-honor .honor-list .more a
{
    line-height: 44px;

    display: inline-block;

    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: rgba(51, 51, 51, .5);
    border: 1px solid #e9e9e9;
}
.home-honor .honor-list .more a:hover
{
    color: #fff;
    background-color: #003686;
}
.home-news .slick-news
{
    margin: 0 -20px;
    margin-top: 44px;
}
@media (max-width: 767px)
{
    .home-news .slick-news
    {
        margin: 0 -6px;
        margin-top: 20px;
    }
}
.home-news .slick-news .slick-slide
{
    padding: 0 20px;
}
@media (max-width: 1470px){
	.home-news .slick-news{
		margin: 0 -10px;
	}
	.home-news .slick-news .slick-slide
	{
		padding: 0 10px;
	}
}
@media (max-width: 767px)
{
    .home-news .slick-news .slick-slide
    {
        padding: 0 6px;
    }
}
.home-news .item
{
    overflow: hidden;

    border: 1px solid #eee;
    border-radius: 10px;
}
.home-news .item .ibox
{
    padding-bottom: 53.33333333%;
}
.home-news .item .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-news .item .note
{
    padding: 20px 20px 30px 20px;
}
@media (max-width: 767px)
{
    .home-news .item .note
    {
        padding: 10px 10px 30px;
    }
}
.home-news .item .note h3
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .home-news .item .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .home-news .item .note h3
    {
        font-size: 16px;
    }
}
.home-news .item .note p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 96px;
    margin: 20px 0 0 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 767px)
{
    .home-news .item .note p
    {
        font-size: 14px;

        margin: 10px 0 0 0;
    }
}
.home-news .item .link
{
    font-size: 0;

    border-top: 1px solid #eee;
}
.home-news .item .link span.date,
.home-news .item .link a.newsmore
{
    font-size: 16px;
    line-height: 80px;

    display: inline-block;

    width: 50%;
    padding: 0 20px;

    vertical-align: top;

    color: #666;
}
@media (max-width: 1470px)
{
    .home-news .item .link span.date,
    .home-news .item .link a.newsmore
    {
        padding: 0 10px;
		font-size: 14px;
    }
}
@media (max-width: 1199px)
{
    .home-news .item .link span.date,
    .home-news .item .link a.newsmore
    {
        line-height: 60px;
    }
}
@media (max-width: 767px)
{
    .home-news .item .link span.date,
    .home-news .item .link a.newsmore
    {
        line-height: 40px;
    }
}
.home-news .item .link span.date
{
    border-right: 1px solid #eee;
}
.home-news .item .link span.date:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 4px;

    content: '\e663';
}
.home-news .item .link a.newsmore
{
    font-size: 14px;

    text-align: right;

    color: #999;
}
.home-news .item .link a.newsmore:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 4px;

    content: '\e62b';

    color: #003686;
}
.home-news .item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-news .item:hover b
{
    color: #003686;
}
.home-news .item:hover a.newsmore
{
    color: #003686;
}
.home-news .more
{
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 991px)
{
    .home-news .more
    {
        margin-top: 30px;
    }
}
.home-news .more a
{
    line-height: 44px;

    display: inline-block;

    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: rgba(51, 51, 51, .5);
    border: 1px solid #e9e9e9;
}
.home-news .more a:hover
{
    color: #fff;
    background-color: #003686;
}
.footer
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    color: #fff;
    background-color: #003686;
}
.footer .foot
{
    overflow: hidden;

    padding: 60px 0 40px;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
.footer .foot > ul
{
    font-size: 0;

    margin: 0 -15px;
}
.footer .foot > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 60%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1350px)
{
    .footer .foot > ul > li
    {
        width: 64%;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        display: block;

        width: 100%;
    }
}
.footer .foot > ul > li:nth-child(1)
{
    width: 20%;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li:nth-child(1)
    {
        width: 100%;
    }
}
.footer .foot > ul > li:nth-child(3)
{
    width: 20%;

    text-align: right;
}
@media (max-width: 1350px)
{
    .footer .foot > ul > li:nth-child(3)
    {
        width: 16%;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li:nth-child(3)
    {
        width: 100%;

        text-align: left;
    }
}
.footer .foot .item-contact img
{
    max-width: 100%;
}
@media (max-width: 1199px)
{
    .footer .foot .item-contact img
    {
        display: inline-block;

        max-width: 140px;
        margin-right: 10px;

        vertical-align: middle;
    }
}
.footer .foot .item-contact .whatsapp
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .footer .foot .item-contact .whatsapp
    {
        display: inline-block;

        margin: 0;

        vertical-align: middle;
    }
}
.footer .foot .item-contact .whatsapp a
{
    font-size: 24px;
    line-height: 50px;

    display: inline-block;

    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    background-color: #1958b6;
}
@media (max-width: 1560px)
{
    .footer .foot .item-contact .whatsapp a
    {
        font-size: 20px;

        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-contact .whatsapp a
    {
        font-size: 16px;
    }
}
.footer .foot .item-contact .whatsapp a:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    float: left;

    margin-right: 10px;

    content: '\e654';
}
.footer .foot .item-contact .whatsapp a:hover
{
    background-color: #053070;
}
.footer .foot .item-nav
{
    text-align: center;
}
@media (max-width: 1199px)
{
    .footer .foot .item-nav
    {
        margin: 20px 0 0 0;

        text-align: left;
    }
}
.footer .foot .item-nav .fnav-1
{
    display: inline-block;

    text-align: left;
}
.footer .foot .item-nav .fnav-1 > li
{
    display: inline-block;

    padding: 0 25px;

    vertical-align: top;
}
@media (max-width: 1560px)
{
    .footer .foot .item-nav .fnav-1 > li
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-nav .fnav-1 > li
    {
        display: block;

        margin-top: 10px;
        padding: 0;
    }
}
.footer .foot .item-nav .fnav-1 > li > a
{
    font-size: 18px;
    line-height: 30px;

    display: block;
}
@media (max-width: 767px)
{
    .footer .foot .item-nav .fnav-1 > li > a
    {
        font-size: 16px;
    }
}
.footer .foot .item-nav .fnav-1 > li .fnav-2
{
    margin-top: 14px;
}
@media (max-width: 767px)
{
    .footer .foot .item-nav .fnav-1 > li .fnav-2
    {
        margin-top: 4px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-nav .fnav-1 > li .fnav-2 > li
    {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.footer .foot .item-nav .fnav-1 > li .fnav-2 > li > a
{
    line-height: 24px;

    display: block;

    color: rgba(255, 255, 255, .5);
}
.footer .foot .item-nav .fnav-1 > li .fnav-2 > li:hover > a
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot .item-erweima
{
    font-size: 0;

    display: inline-block;

    margin: 0 -20px;

    text-align: left;
}
@media (max-width: 1350px)
{
    .footer .foot .item-erweima
    {
        margin: 0 -6px;
    }
}
.footer .foot .item-erweima .eitem
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    padding: 0 20px;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 1350px)
{
    .footer .foot .item-erweima .eitem
    {
        padding: 0 6px;
    }
}
.footer .foot .item-erweima .eitem img
{
    max-width: 100%;
}
@media (max-width: 991px)
{
    .footer .foot .item-erweima .eitem img
    {
        max-width: 100px;
    }
}
.footer .foot .item-erweima .eitem p
{
    font-size: 16px;
    line-height: 30px;

    margin: 10px 0 0 0;
}
@media (max-width: 1350px)
{
    .footer .foot .item-erweima .eitem p
    {
        font-size: 14px;
    }
}
.footer .copyright
{
    font-size: 14px;
    line-height: 30px;

    padding: 30px 0;

    color: #fff;
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        line-height: 24px;

        padding-top: 0;
        padding-bottom: 14px;
    }
}
.footer .copyright p
{
    margin: 0;
}
.inner-wrap .container
{
    max-width: 1630px;
    margin: 0 auto;
}
.inner
{
    overflow: hidden;

    padding: 60px 3%;
}
@media (max-width: 991px)
{
    .inner
    {
        padding: 30px 15px;
    }
}
.title-inner:after
{
    display: block;

    width: 66px;
    height: 5px;
    margin-top: 14px;

    content: '';

    border-radius: 10px;
    background-color: #0f5ed3;
}
.title-inner h3
{
    font-family: 'Playfair Display';
    font-size: 36px;
    line-height: 1;

    margin: 4px 0 0 0;

    text-transform: uppercase;

    color: rgba(0, 0, 0, .5);
}
@media (max-width: 1199px)
{
    .title-inner h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title-inner h3
    {
        font-size: 24px;
    }
}
.title-inner h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1199px)
{
    .title-inner h2
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .title-inner h2
    {
        font-size: 24px;
    }
}
.inner-text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.catalog .title-catalog,
.side-service .title-catalog,
.catalog .title-service,
.side-service .title-service
{
    padding: 20px 16px;

    background-color: #f1f1f1;
}
.catalog .title-catalog h2,
.side-service .title-catalog h2,
.catalog .title-service h2,
.side-service .title-service h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;

    margin: 0;

    color: #003686;
}
@media (max-width: 991px)
{
    .catalog .title-catalog h2,
    .side-service .title-catalog h2,
    .catalog .title-service h2,
    .side-service .title-service h2
    {
        font-size: 20px;
    }
}
.catalog .title-catalog h3,
.side-service .title-catalog h3,
.catalog .title-service h3,
.side-service .title-service h3
{
    font-family: 'Playfair Display';
    font-size: 24px;

    margin: 0;

    text-transform: uppercase;

    color: rgba(0, 0, 0, .2);
}
.catalog .menu ul.menunav-1 > li
{
    position: relative;

    margin-bottom: 1px;
}
.catalog .menu ul.menunav-1 > li .open-menu
{
    font-size: 20px;
    line-height: 60px;

    position: absolute;
    top: 0;
    right: 0;

    width: 60px;
    height: 60px;

    text-align: center;

    color: #d3d3d3;
}
@media (max-width: 991px)
{
    .catalog .menu ul.menunav-1 > li .open-menu
    {
        font-size: 18px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.catalog .menu ul.menunav-1 > li>a:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e625';
    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
			position: absolute;
			right: 20px;
			top: 50%;
			line-height: 30px;
			margin-top: -15px;
}
.catalog .menu ul.menunav-1 > li > a
{
    font-size: 18px;
    line-height: 30px;

    display: block;
	position: relative;
    padding: 15px 60px 15px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #f1f1f1;
}
@media (max-width: 991px)
{
    .catalog .menu ul.menunav-1 > li > a
    {
        font-size: 15px;

        padding: 5px 50px 5px 10px;
    }
}
@media (max-width: 767px)
{
    .catalog .menu ul.menunav-1 > li > a
    {
        font-size: 14px;
    }
}
.catalog .menu ul.menunav-1 > li ul.menunav-2
{
    display: none;
}
.catalog .menu ul.menunav-1 > li ul.menunav-2 > li
{
    margin-top: 4px;
}
@media (max-width: 991px)
{
    .catalog .menu ul.menunav-1 > li ul.menunav-2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.catalog .menu ul.menunav-1 > li ul.menunav-2 > li > a
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    padding: 5px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #666;
    background-color: #f7f7f7;
}
@media (max-width: 991px)
{
    .catalog .menu ul.menunav-1 > li ul.menunav-2 > li > a
    {
        font-size: 14px;
        line-height: 24px;

        padding: 4px 14px;
    }
}
.catalog .menu ul.menunav-1 > li ul.menunav-2 > li:hover > a,
.catalog .menu ul.menunav-1 > li ul.menunav-2 > li.active > a
{
    color: #003686;
}
.catalog .menu ul.menunav-1 > li.current .open-menu:before
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.catalog .menu ul.menunav-1 > li:hover > a,
.catalog .menu ul.menunav-1 > li.active > a
{
    color: #fff;
    background-color: #003686;
}
.side-service
{
    margin-top: 20px;

    background-color: #fff;
}
.side-service .title-service
{
    background-color: #fff;
}
.side-service .tel
{
    padding: 0 16px 20px;
}
.side-service .tel a
{
    font-family: 'Playfair Display';
    font-size: 24px;
    line-height: 30px;

    display: block;

    color: #053070;
}
.side-service .tel a:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    float: left;

    margin-right: 10px;

    content: '\e797';
}
.innersidebar
{
    position: absolute;
    top: -webkit-calc(50% + 40px);
    top:         calc(50% + 40px);

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .innersidebar
    {
        position: relative;
        top: 0;

        margin-top: 30px;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);

        color: #666;
    }
}
.innersidebar .title-innersidebar h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    margin: 0;

    background-image: -webkit-linear-gradient(right, #fff, #b4b4b4, #fff);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 991px)
{
    .innersidebar .title-innersidebar h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .innersidebar .title-innersidebar h2
    {
        background-image: -webkit-linear-gradient(right, #666, #b4b4b4, #666);
    }
}
.innersidebar .sidebar
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .innersidebar .sidebar
    {
        margin-top: 20px;
    }
}
.innersidebar .sidebar > ul
{
    margin: 0 -34px;
}
@media (max-width: 991px)
{
    .innersidebar .sidebar > ul
    {
        margin: 0 -10px;
    }
}
.innersidebar .sidebar > ul > li
{
    display: inline-block;

    padding: 0 34px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .innersidebar .sidebar > ul > li
    {
        padding: 0 10px;
    }
}
.innersidebar .sidebar > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;

    border-bottom: 2px solid rgba(255, 255, 255, 0);
}
@media (max-width: 767px)
{
    .innersidebar .sidebar > ul > li > a
    {
        font-size: 14px;
    }
}
.innersidebar .sidebar > ul > li > a:after
{
    position: absolute;
    bottom: -7px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 0;
    border-width: 5px 3px 0 3px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.innersidebar .sidebar > ul > li.active > a,
.innersidebar .sidebar > ul > li:hover > a
{
    border-bottom: 2px solid #fff;
}
@media (max-width: 767px)
{
    .innersidebar .sidebar > ul > li.active > a,
    .innersidebar .sidebar > ul > li:hover > a
    {
        color: #003686;
    }
}
.innersidebar .sidebar > ul > li.active > a:after,
.innersidebar .sidebar > ul > li:hover > a:after
{
    opacity: 1;
}
.inner-about
{
    font-size: 0;

    position: relative;
    z-index: 2;

    margin-top: -30px;
    padding: 0;
}
.inner-about .about-left,
.inner-about .about-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inner-about .about-left
{
    position: relative;
    z-index: 2;

    width: 60%;
    padding: 50px;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .inner-about .about-left
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.inner-about .about-left .text
{
    margin-top: 40px;
}
@media (max-width: 1350px)
{
    .inner-about .about-left .text
    {
        margin-top: 20px;
    }
}
@media (max-width: 1470px)
{
    .inner-about .about-left .text p
    {
        font-size: 15px;
        line-height: 26px;
    }
}
.inner-about .about-right
{
    width: 43%;
    margin-top: 30px;
    margin-left: -3%;
    padding: 100px 5%;

    background-color: #003686;
}
@media (max-width: 1199px)
{
    .inner-about .about-right
    {
        width: 100%;
        margin: 0;
        padding: 30px 15px;
    }
}
.inner-about .about-right ul
{
    margin: 0;
}
.inner-about .about-right ul li
{
    position: relative;

    padding: 0;
    padding: 50px 3%;

    border-right: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
@media (max-width: 767px)
{
    .inner-about .about-right ul li
    {
        padding: 30px 15px;
    }
}
.inner-about .about-right ul li:nth-child(2n)
{
    border-right: none;
}
.inner-about .about-right ul li:nth-child(3),
.inner-about .about-right ul li:nth-child(4)
{
    border-bottom: none;
}
.inner-about .about-right .item
{
    max-width: 300px;
    margin: 0 auto;

    color: #fff;
}
.inner-about .about-right .item b
{
    font-family: 'DINCond', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 1470px)
{
    .inner-about .about-right .item b
    {
        font-size: 26px;
    }
}
@media (max-width: 1199px)
{
    .inner-about .about-right .item b
    {
        font-size: 24px;
    }
}
.inner-about .about-right .item b span
{
    font-size: 72px;
    font-weight: normal;
}
@media (max-width: 1470px)
{
    .inner-about .about-right .item b span
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .inner-about .about-right .item b span
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .inner-about .about-right .item b span
    {
        font-size: 40px;
    }
}
.inner-about .about-right .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: rgba(255, 255, 255, .33);
}
@media (max-width: 991px)
{
    .inner-about .about-right .item p
    {
        font-size: 14px;
    }
}
.inner-history
{
    margin-top: -60px;
    padding-top: 100px;

    color: #fff;
    background: url(../images/history_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .inner-history
    {
        margin: 0;
        padding-top: 50px;

        background: url(../images/history_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.inner-history .title-inner h3
{
    color: rgba(255, 255, 255, .5);
}
.inner-history .slick-history
{
    margin-top: 80px;
    padding: 0 60px;
}
@media (max-width: 767px)
{
    .inner-history .slick-history
    {
        padding: 0 30px;
    }
}
.inner-history .slick-history .item .year h3
{
    font-size: 36px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-history .slick-history .item .year h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .inner-history .slick-history .item .year h3
    {
        font-size: 24px;
    }
}
.inner-history .slick-history .item .year h3 span
{
    font-family: 'DINCond';
    font-size: 60px;
}
@media (max-width: 1470px)
{
    .inner-history .slick-history .item .year h3 span
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .inner-history .slick-history .item .year h3 span
    {
        font-size: 40px;
    }
}
.inner-history .slick-history .item .note
{
    position: relative;

    margin-top: 30px;
    padding: 20px 40px;

    border-top: 1px solid rgba(255, 255, 255, .5);
}
.inner-history .slick-history .item .note:before
{
    position: absolute;
    top: -15px;
    left: 0;

    display: block;

    width: 31px;
    height: 97px;

    content: '';

    background: url(../images/line-1.png) no-repeat center;
}
.inner-history .slick-history .item .note h4
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0 0 10px 0;
}
@media (max-width: 1350px)
{
    .inner-history .slick-history .item .note h4
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inner-history .slick-history .item .note h4
    {
        font-size: 16px;
    }
}
.inner-history .slick-history .item .note p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: rgba(255, 255, 255, .5);
}
@media (max-width: 991px)
{
    .inner-history .slick-history .item .note p
    {
        font-size: 14px;
    }
}
.inner-history .slick-history .slick-arrow
{
    top: 90px;
}
@media (max-width: 1199px)
{
    .inner-history .slick-history .slick-arrow
    {
        top: 70px;
    }
}
.inner-advantage
{
    background-color: #f9f9f9;
}
.inner-advantage .title-advantage h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    color: #aaa;
}
@media (max-width: 1470px)
{
    .inner-advantage .title-advantage h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .inner-advantage .title-advantage h3
    {
        font-size: 18px;
    }
}
.inner-advantage .title-advantage h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    color: #003686;
}
@media (max-width: 1470px)
{
    .inner-advantage .title-advantage h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .inner-advantage .title-advantage h2
    {
        font-size: 24px;
    }
}
.inner-advantage .advantage
{
    margin-top: 30px;
}
@media (max-width: 1470px)
{
    .inner-advantage .advantage
    {
        margin: 0;
    }
}
.inner-advantage .advantage ul
{
    font-size: 0;

    margin: 0 -25px;
}
@media (max-width: 1470px)
{
    .inner-advantage .advantage ul
    {
        margin: 0 -10px;
    }
}
.inner-advantage .advantage ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    padding: 0 25px;

    vertical-align: top;
}
@media (max-width: 1470px)
{
    .inner-advantage .advantage ul li
    {
        padding: 0 10px;
    }
}
.inner-advantage .advantage .item
{
    margin-top: 30px;
    padding: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    background-color: #fff;
}
@media (max-width: 1470px)
{
    .inner-advantage .advantage .item
    {
        padding: 30px 14px;
    }
}
@media (max-width: 991px)
{
    .inner-advantage .advantage .item
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-advantage .advantage .item
    {
        margin-top: 20px;
    }
}
.inner-advantage .advantage .item .icon
{
    width: 80px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .inner-advantage .advantage .item .icon
    {
        width: 60px;
    }
}
.inner-advantage .advantage .item .icon img
{
    width: 100%;
}
.inner-advantage .advantage .item .note b
{
    font-size: 18px;
    line-height: 24px;

    display: block;

    margin-bottom: 10px;
}
.inner-advantage .advantage .item .note p
{
    font-size: 15px;
    line-height: 24px;

    margin: 0;

    color: #777;
}
@media (max-width: 1199px)
{
    .inner-advantage .advantage .item .note p
    {
        font-size: 14px;
    }
}
.inner-advantage .advantage .item:hover
{
    color: #fff;
    background-color: #003686;
}
.inner-advantage .advantage .item:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.inner-advantage .advantage .item:hover .icon img
{
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.inner-advantage .advantage .item:hover .note p
{
    color: #fff;
}
.inner-honor
{
    color: #fff;
    background: url(../images/honor_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .inner-honor
    {
        background: url(../images/honor_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.inner-honor .honor-sort
{
    text-align: left;
}
.inner-honor .honor-list .more
{
    text-align: left;
}
.inner-honor .honor-list .more a
{
    color: rgba(255, 255, 255, .5);
}
.inner-aftersale .aftersale-text
{
    margin-top: 14px;
}
.inner-aftersale .aftersale-text p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #555;
}
@media (max-width: 991px)
{
    .inner-aftersale .aftersale-text p
    {
        font-size: 14px;
    }
}
.inner-aftersale .aftersale .item
{
    position: relative;

    margin: 50px 0;
    padding-left: 100px;
}
@media (max-width: 1199px)
{
    .inner-aftersale .aftersale .item
    {
        margin: 30px 0;
        padding-left: 80px;
    }
}
@media (max-width: 767px)
{
    .inner-aftersale .aftersale .item
    {
        padding-left: 50px;
    }
}
.inner-aftersale .aftersale .item .icon
{
    font-size: 60px;
    line-height: 1;

    position: absolute;
    top: 0;
    left: 0;

    color: #003686;
}
@media (max-width: 767px)
{
    .inner-aftersale .aftersale .item .icon
    {
        font-size: 40px;
    }
}
.inner-aftersale .aftersale .item h3
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    margin-top: 0;
    padding: 0 16px;

    color: #fff;
    background-color: #003686;
}
@media (max-width: 767px)
{
    .inner-aftersale .aftersale .item h3
    {
        font-size: 16px;
    }
}
.inner-aftersale .aftersale .item .note p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #555;
}
@media (max-width: 991px)
{
    .inner-aftersale .aftersale .item .note p
    {
        font-size: 14px;
    }
}
#history,
#advantage,
#honor,
#aftersale
{
    position: relative;
    top: -60px;
}
.inner-certificate
{
    background-color: #f7f7f7;
}
.inner-certificate .container
{
    max-width: 1330px;
    padding: 0;
}
.inner-certificate .certificate
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .inner-certificate .certificate
    {
        margin-top: 14px;
    }
}
.inner-certificate .certificate ul
{
    margin: 0 -12px;
}
@media (max-width: 767px)
{
    .inner-certificate .certificate ul
    {
        margin: 0 -6px;
    }
}
.inner-certificate .certificate ul li
{
    padding: 0 12px;
}
@media (max-width: 767px)
{
    .inner-certificate .certificate ul li
    {
        padding: 0 6px;
    }
}
.inner-certificate .certificate .item
{
    display: block;

    margin-top: 30px;
}
.inner-certificate .certificate .item .ibox
{
    padding-bottom: 78.57142857%;
}
.inner-certificate .certificate .item .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-certificate .certificate .item .note
{
    line-height: 60px;

    position: relative;

    margin-top: 6px;
    padding: 0 40px 0 20px;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .inner-certificate .certificate .item .note
    {
        line-height: 40px;

        padding: 0 10px;
    }
}
.inner-certificate .certificate .item .note:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 60px;

    position: absolute;
    top: 0;
    right: 20px;

    content: '\e625';

    color: #e2e2e2;
}
@media (max-width: 767px)
{
    .inner-certificate .certificate .item .note:after
    {
        line-height: 40px;

        right: 10px;
    }
}
.inner-certificate .certificate .item .note p
{
    font-size: 16px;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    color: #333;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-certificate .certificate .item .note p
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
.inner-certificate .certificate .item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.case-in-sort
{
    position: absolute;
    z-index: 2;
    top: -100px;
    left: 0;

    width: 100%;
}
@media (max-width: 1199px)
{
    .case-in-sort
    {
        position: relative;
        top: 0;
    }
}
.case-in-sort .item
{
    font-size: 0;

    padding: 30px 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .case-in-sort .item
    {
        margin: 30px 0 0 0;
    }
}
@media (max-width: 767px)
{
    .case-in-sort .item
    {
        margin-top: 14px;
    }
}
.case-in-sort .item .pic,
.case-in-sort .item .sort
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.case-in-sort .item .pic
{
    width: 30%;

    text-align: center;
}
.case-in-sort .item .pic img
{
    max-width: 100%;
}
.case-in-sort .item .pic h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    color: #003686;
}
.case-in-sort .item .sort
{
    font-size: 0;

    width: 70%;
}
.case-in-sort .item .sort a
{
    font-size: 14px;
    line-height: 24px;

    display: inline-block;

    width: 50%;
    padding: 4px 10px;

    vertical-align: top;

    color: #666;
}
.case-in-sort .item .sort a:hover
{
    color: #003686;
}
.inner-case
{
    padding-top: 120px;

    background-color: #f7f7f7;
}
@media (max-width: 1199px)
{
    .inner-case
    {
        padding-top: 0;
    }
}
@media (min-width: 1470px)
{
    .inner-case .case ul
    {
        margin: 0 -8px;
    }
    .inner-case .case ul li
    {
        padding: 0 8px;
    }
}
.inner-case .case .item
{
    display: block;

    margin-top: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #fff;
}
.inner-case .case .item .ibox
{
    padding-bottom: 75.36231884%;
}
.inner-case .case .item .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-case .case .item .note
{
    line-height: 60px;

    position: relative;

    padding: 0 40px 0 20px;
}
@media (max-width: 767px)
{
    .inner-case .case .item .note
    {
        line-height: 50px;

        padding: 0 10px;
    }
}
.inner-case .case .item .note:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 60px;

    position: absolute;
    top: 0;
    right: 20px;

    content: '\e625';

    color: #e2e2e2;
}
@media (max-width: 767px)
{
    .inner-case .case .item .note:after
    {
        line-height: 50px;
    }
}
.inner-case .case .item .note p
{
    font-size: 16px;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    color: #333;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-case .case .item .note p
    {
        font-size: 14px;
        line-height: 50px;

        height: 50px;
    }
}
.inner-case .case .item:hover
{
    background-color: #003686;
}
.inner-case .case .item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-case .case .item:hover .note p
{
    color: #fff;
}
.inner-case-show
{
    padding-top: 160px;

    background-color: #f7f7f7;
}
@media (max-width: 1199px)
{
    .inner-case-show
    {
        padding-top: 100px;
    }
}
.inner-case-show .container
{
    max-width: 1300px;
    padding: 0;
}
.inner-case-show .case-show .item .ibox
{
    padding-bottom: 75.55555556%;

    cursor: crosshair;
}
.inner-case-show .case-show .title-case-show
{
    padding-bottom: 14px;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .inner-case-show .case-show .title-case-show
    {
        margin-top: 30px;
    }
}
.inner-case-show .case-show .title-case-show h2
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #72839d;
}
.inner-case-show .case-show .title-case-show h2:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-right: 10px;

    content: '\e66d';
}
.inner-case-show .case-show .text
{
    min-height: 250px;
    margin-top: 24px;
}
@media (max-width: 1350px)
{
    .inner-case-show .case-show .text
    {
        min-height: 210px;
    }
}
@media (max-width: 1199px)
{
    .inner-case-show .case-show .text
    {
        min-height: 190px;
    }
}
@media (max-width: 991px)
{
    .inner-case-show .case-show .text
    {
        min-height: auto;
    }
}
.inner-case-show .case-show .text p
{
    line-height: 24px;

    margin: 0;

    color: #999;
}
@media (max-width: 991px)
{
    .inner-case-show .case-show .prev-next
    {
        margin-top: 20px;
    }
}
.inner-case-show .case-show .prev-next a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    padding: 10px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #999;
    border: 1px solid #eaeaea;
}
@media (max-width: 767px)
{
    .inner-case-show .case-show .prev-next a
    {
        font-size: 14px;

        padding: 5px 20px;
    }
}
.inner-case-show .case-show .prev-next a:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    float: left;

    content: '\e66e';
}
.inner-case-show .case-show .prev-next a.btn-prev
{
    margin-right: 20px;
}
.inner-case-show .case-show .prev-next a.btn-next:before
{
    float: right;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.inner-case-show .case-show .prev-next a:hover
{
    color: #fff;
    background-color: #3971c3;
}
.inner-case-show .case-details
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inner-case-show .case-details
    {
        margin-top: 30px;
    }
}
.inner-case-show .case-details .title-case-details
{
    border-bottom: 1px solid #3971c3;
}
.inner-case-show .case-details .title-case-details h2
{
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;

    position: relative;
    z-index: 2;

    display: inline-block;

    margin-bottom: -1px;
    padding: 0 50px;

    color: #003686;
    border: 1px solid #3971c3;
    border-bottom: 1px solid #f7f7f7;
}
@media (max-width: 767px)
{
    .inner-case-show .case-details .title-case-details h2
    {
        font-size: 16px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.inner-case-show .case-details .text
{
    margin-top: 30px;
}
.inner-single
{
    position: relative;
    z-index: 2;

    overflow: visible;

    padding-top: 0;

    background-color: #f7f7f7;
}
@media (max-width: 991px)
{
    .inner-single
    {
        overflow: hidden;
    }
}
.inner-single .container
{
    max-width: 1300px;
    padding: 0;
}
.inner-single .single
{
    position: relative;
    z-index: 2;

    margin-top: -50px;
    padding: 50px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .inner-single .single
    {
        margin-top: 30px;
        padding: 30px 15px;
    }
}
.inner-news .container
{
    max-width: 1300px;
    padding: 0;
}
.inner-news .news
{
    margin-top: -50px;
}
@media (max-width: 1350px)
{
    .inner-news .news
    {
        margin-top: -30px;
    }
}
.inner-news .news ul li
{
    padding: 50px 0;

    border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 1199px)
{
    .inner-news .news ul li
    {
        padding: 30px 0;
    }
}
.inner-news .news .item
{
    font-size: 0;

    position: relative;
}
.inner-news .news .item .pic,
.inner-news .news .item .date,
.inner-news .news .item .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inner-news .news .item .pic
{
    width: 35%;
}
@media (max-width: 991px)
{
    .inner-news .news .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .inner-news .news .item .pic
    {
        width: 100%;
    }
}
.inner-news .news .item .pic .ibox
{
    padding-bottom: 75%;
}
.inner-news .news .item .pic .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-news .news .item .date
{
    width: 200px;
    padding-right: 30px;

    text-align: right;
}
@media (max-width: 991px)
{
    .inner-news .news .item .date
    {
        width: 100px;
        padding-right: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news .item .date
    {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
    }
}
.inner-news .news .item .date b
{
    font-size: 48px;
    line-height: 1.2;

    display: inline-block;

    padding: 20px;

    text-align: center;

    color: #003686;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .inner-news .news .item .date b
    {
        font-size: 38px;

        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news .item .date b
    {
        font-size: 28px;
    }
}
.inner-news .news .item .date b span
{
    font-size: 18px;

    display: block;
}
@media (max-width: 991px)
{
    .inner-news .news .item .date b span
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news .item .date b span
    {
        font-size: 14px;
    }
}
.inner-news .news .item .text
{
    width: -webkit-calc(65% - 200px);
    width:         calc(65% - 200px);
    padding-bottom: 54px;
}
@media (max-width: 991px)
{
    .inner-news .news .item .text
    {
        width: -webkit-calc(60% - 100px);
        width:         calc(60% - 100px);
    }
}
@media (max-width: 767px)
{
    .inner-news .news .item .text
    {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
.inner-news .news .item .text h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #003686;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-news .news .item .text p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 120px;
    margin: 10px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 991px)
{
    .inner-news .news .item .text p
    {
        font-size: 14px;
        line-height: 20px;

        height: 100px;
        margin: 0;
    }
}
.inner-news .news .item .text a.more
{
    line-height: 44px;

    position: absolute;
    right: 0;
    bottom: 0;

    display: inline-block;

    margin-top: 20px;
    padding: 0 44px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    background-color: #003686;
}
@media (max-width: 1199px)
{
    .inner-news .news .item .text a.more
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news .item .text a.more
    {
        line-height: 34px;

        position: relative;

        margin-top: 20px;
        padding: 0 34px;
    }
}
.inner-news .news .item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-news .news .item:hover .text h3
{
    color: #053070;
}
.inner-news .news .item:hover .text a.more
{
    background-color: #053070;
}
.inner-news-show
{
    padding-top: 160px;
}
@media (max-width: 1199px)
{
    .inner-news-show
    {
        padding-top: 100px;
    }
}
.inner-news-show .container
{
    padding: 0;
}
.inner-news-show .news-show
{
    max-width: 900px;
    margin: 0 auto;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .inner-news-show .news-show
    {
        margin-top: 20px;
    }
}
.inner-news-show .title-news-show
{
    text-align: center;
}
.inner-news-show .title-news-show h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    color: #003686;
}
@media (max-width: 991px)
{
    .inner-news-show .title-news-show h1
    {
        font-size: 18px;
    }
}
.inner-news-show .title-news-show p
{
    font-size: 14px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #888;
}
.inner-news-show .title-news-show p span
{
    display: inline-block;

    vertical-align: middle;
}
.inner-news-show .text-top
{
    overflow: hidden;

    margin-top: 30px;
    padding: 10px 5%;

    color: #999;
    background-color: #f5f5f5;
}
.inner-news-show .text-top:before,
.inner-news-show .text-top:after
{
    font-family: Arial;
    font-size: 72px;
    line-height: 40px;

    display: block;

    content: '“';
}
.inner-news-show .text-top:before
{
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
}
.inner-news-show .text-top:after
{
    float: right;

    content: '“';
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.inner-news-show .text-top .note
{
    padding: 20px 5%;
}
.inner-news-show .text-top p
{
    font-size: 14px;
    line-height: 30px;
}
.inner-news-show .text
{
    margin-top: 30px;

    color: #333;
}
.inner-news-show .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-news-show .text p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .inner-news-show .text p
    {
        font-size: 14px;
    }
}
.inner-news-show .text img
{
    max-width: 100%;
    height: auto !important;
}
@media (min-width: 992px)
{
    .products-left
    {
        width: 320px;
    }
    .products-right
    {
        width: -webkit-calc(100% - 320px);
        width:         calc(100% - 320px);
    }
}
.inner-products
{
    background-color: #f7f7f7;
}
@media (max-width: 1199px)
{
    .inner-products .title-products
    {
        margin-top: 10px;
    }
}
.inner-products .title-products h2
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;

    display: inline-block;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-products .title-products h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-products .title-products h2
    {
        font-size: 20px;
    }
}
.inner-products .title-products .location
{
    display: inline-block;
    float: right;

    margin-top: 10px;
}
@media (max-width: 991px)
{
    .inner-products .title-products .location
    {
        margin-top: 0;
    }
}
@media (max-width:767px)
{
    .inner-products .title-products .location
    {
        margin-top: 10px;
		float: none;
    }
}
.inner-products .title-products .location > ul:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 24px;

    display: inline-block;
    float: left;

    margin-right: 6px;

    content: '\e608';
    vertical-align: middle;

    color: #999;
}
.inner-products .title-products .location > ul > li
{
    font-size: 14px;
    line-height: 24px;

    display: inline-block;

    vertical-align: top;

    color: #999;
}
.inner-products .title-products .location > ul > li:after
{
    content: '>';
}
.inner-products .title-products .location > ul > li:last-child:after
{
    display: none;
}
.inner-products .title-products .location > ul > li > a
{
    display: inline-block;
}
.inner-products .title-products .location > ul > li > a:hover
{
    text-decoration: underline;

    color: #003686;
}
.inner-products .products > ul
{
    margin: 0 -20px;
}
@media (max-width: 1470px)
{
    .inner-products .products > ul
    {
        margin: 0 -8px;
    }
}
.inner-products .products > ul > li
{
    padding: 0 20px;
}
@media (max-width: 1470px)
{
    .inner-products .products > ul > li
    {
        width: 33.33333333%;
        padding: 0 8px;
    }
}
@media (max-width: 1199px)
{
    .inner-products .products > ul > li
    {
        width: 50%;
    }
}
.inner-products .products .item
{
    margin-top: 40px;

    border: 1px solid #f6f6f6;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .inner-products .products .item
    {
        margin-top: 20px;
    }
}
.inner-products .products .item .ibox
{
    padding-bottom: 75.75757576%;
}
.inner-products .products .item .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-products .products .item .note
{
    padding: 10px 20px 14px 20px;
}
.inner-products .products .item .note h3
{
    font-size: 18px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .inner-products .products .item .note h3
    {
        font-size: 16px;
    }
}
.inner-products .products .item .note p
{
    line-height: 18px;

    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    margin: 10px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.inner-products .products .item .link
{
    font-size: 0;

    border-top: 1px solid #f6f6f6;
}
.inner-products .products .item .link a
{
    font-size: 16px;
    line-height: 60px;

    display: inline-block;
    overflow: hidden;

    width: 50%;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
    vertical-align: middle;

    color: #999;
}
@media (max-width: 1199px)
{
    .inner-products .products .item .link a
    {
        font-size: 14px;
        line-height: 40px;
    }
}
.inner-products .products .item .link a.btn-consulting
{
    border-right: 1px solid #f6f6f6;
}
.inner-products .products .item .link a.btn-more
{
    color: #3776d3;
}
.inner-products .products .item .link a.btn-more:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    content: '\e62b';
    vertical-align: middle;
}
.inner-products .products .item .link a:hover
{
    color: #fff;
    background-color: #003686;
}
.inner-products .products .item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-products .products .item:hover .note h3
{
    color: #003686;
}
.wrap-location
{
    padding: 160px 0 20px;

    border-bottom: 1px solid #e4e4e4;
    background-color: #f7f7f7;
}
@media (max-width: 1199px)
{
    .wrap-location
    {
        padding: 80px 0 10px;
    }
}
.wrap-location .location span
{
    line-height: 40px;

    display: inline-block;
    float: left;

    vertical-align: middle;

    color: #999;
}
.wrap-location .location span:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 40px;

    display: inline-block;
    float: left;

    margin-right: 6px;

    content: '\e608';
    vertical-align: middle;

    color: #999;
}
.wrap-location .location ul
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-location .location ul > li
{
    font-size: 14px;
    line-height: 40px;

    display: inline-block;

    vertical-align: top;

    color: #999;
}
.wrap-location .location ul > li:after
{
    content: '>';
}
.wrap-location .location ul > li:last-child:after
{
    display: none;
}
.wrap-location .location ul > li > a
{
    display: inline-block;
}
.wrap-location .location ul > li > a:hover
{
    text-decoration: underline;

    color: #003686;
}
.inner-product-show
{
    background-color: #f7f7f7;
}
.inner-product-show .container
{
    padding: 0;
}
.inner-product-show .title-product
{
    margin-bottom: 20px;
}
@media (max-width: 991px)
{
    .inner-product-show .title-product
    {
        margin-top: 30px;
    }
}
.inner-product-show .title-product h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-product-show .title-product h2
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .title-product h2
    {
        font-size: 20px;
    }
}
.inner-product-show .products-show .product-left
{
    width: 55%;
}
@media (max-width: 767px)
{
    .inner-product-show .products-show .product-left
    {
        width: 100%;
    }
}
.inner-product-show .products-show .product-right
{
    width: 45%;
}
@media (max-width: 767px)
{
    .inner-product-show .products-show .product-right
    {
        width: 100%;
    }
}
.inner-product-show .products-show .title-products
{
    padding: 10px 0 20px;
}
@media (max-width: 991px)
{
    .inner-product-show .products-show .title-products
    {
        margin-top: 20px;
    }
}
.inner-product-show .products-show .title-products h1
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;

    display: inline-block;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-product-show .products-show .title-products h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .products-show .title-products h1
    {
        font-size: 20px;
    }
}
.inner-product-show .products-show .item .ibox
{
    padding-bottom: 75.75757576%;
}
.inner-product-show .products-show .slick-product-for
{
    position: relative;

    border: 1px solid #eee;
}
.inner-product-show .products-show .slick-product-for .ibox img
{
    cursor: crosshair;
}
.inner-product-show .products-show .slick-product-nav
{
    margin: 0 -5px;
    margin-top: 10px;
}
.inner-product-show .products-show .slick-product-nav .slick-slide
{
    padding: 0 5px;
}
.inner-product-show .products-show .slick-product-nav .slick-current .item
{
    border-color: #9ecaf5;
}
.inner-product-show .products-show .slick-product-nav .item
{
    border: 1px solid #eee;
}
.inner-product-show .products-show .slick-product-nav .slick-arrow
{
    font-size: 25px;

    left: -15px;

    width: auto;
    height: auto;

    opacity: 0;
    color: #333;
    border: none;
}
@media (max-width: 991px)
{
    .inner-product-show .products-show .slick-product-nav .slick-arrow
    {
        opacity: 1;
    }
}
.inner-product-show .products-show .slick-product-nav .slick-arrow:before
{
    content: '\eb60';
}
.inner-product-show .products-show .slick-product-nav .slick-arrow.slick-next
{
    right: -15px;
    left: auto;
}
.inner-product-show .products-show .slick-product-nav .slick-arrow.slick-next:before
{
    content: '\e625';
}
.inner-product-show .products-show .slick-product-nav .slick-arrow:hover
{
    color: #003686;
    background: none;
}
.inner-product-show .products-show .slick-product-nav:hover .slick-arrow
{
    opacity: 1;
}
@media (max-width: 1199px)
{
    .inner-product-show .products-show .product-info
    {
        margin-top: 30px;
    }
}
.inner-product-show .products-show .product-info .title-product-info
{
    padding-bottom: 14px;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .inner-product-show .products-show .product-info .title-product-info
    {
        margin-top: 30px;
    }
}
.inner-product-show .products-show .product-info .title-product-info h2
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #72839d;
}
.inner-product-show .products-show .product-info .title-product-info h2:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;

    margin-right: 10px;

    content: '\e66d';
}
.inner-product-show .products-show .product-info .text
{
    padding: 24px 0;
}
.inner-product-show .products-show .product-info .text p
{
    line-height: 24px;
    font-weight: bold;
    margin: 0;
    font-size: 18px;
    color: #333;
}
.inner-product-show .products-show .product-info .parameter .title-parameter
{
    padding-bottom: 14px;
}
@media (max-width: 991px)
{
    .inner-product-show .products-show .product-info .parameter .title-parameter
    {
        margin-top: 30px;
    }
}
.inner-product-show .products-show .product-info .parameter .title-parameter h2
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #72839d;
}
.inner-product-show .products-show .product-info .parameter .title-parameter h2:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-weight: normal;

    float: left;

    margin-right: 10px;

    content: '\e670';
}
.inner-product-show .products-show .product-info .parameter .list ul
{
    font-size: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.inner-product-show .products-show .product-info .parameter .list ul li
{
    font-size: 14px;
    line-height: 20px;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    width: 25%;
    margin-top: 4px;
    padding: 10px 12px;

    vertical-align: middle;

    background-color: #fff;
}

.inner-product-show .products-show .product-info .parameter .list ul li.pro_table1,
.inner-product-show .products-show .product-info .parameter .list ul li.pro_table3
{
    color: #fff;
    background-color: #003686;
}
.inner-product-show .products-show .product-info .parameter .list ul li.pro_table2,
.inner-product-show .products-show .product-info .parameter .list ul li.pro_table4
{
    border-right: 4px solid #f7f7f7;
}
.inner-product-show .products-show .product-info .parameter .list ul li.pro_table4{
	width: 75%;
}
@media (max-width: 480px)
{
    .inner-product-show .products-show .product-info .parameter .list ul li
    {
        width: 50%;
    }
	.inner-product-show .products-show .product-info .parameter .list ul li.pro_table4{
		width: 50%;
	}
}
.inner-product-show .products-show .product-info .link
{
    margin-top: 17%;
}
@media (max-width: 1199px)
{
    .inner-product-show .products-show .product-info .link
    {
        margin-top: 30px;
    }
}
.inner-product-show .products-show .product-info .btn-contact
{
    display: inline-block;

    margin-right: 20px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-product-show .products-show .product-info .btn-contact
    {
        margin-right: 10px;
    }
}
.inner-product-show .products-show .product-info .btn-contact a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    padding: 10px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    background-color: #003686;
}
@media (max-width: 767px)
{
    .inner-product-show .products-show .product-info .btn-contact a
    {
        font-size: 14px;

        padding: 5px 20px;
    }
}
.inner-product-show .products-show .product-info .btn-contact a:hover
{
    background-color: #3971c3;
}
.inner-product-show .products-show .product-info .prev-next
{
    display: inline-block;

    vertical-align: middle;
}
.inner-product-show .products-show .product-info .prev-next a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    padding: 10px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #999;
    border: 1px solid #eaeaea;
}
@media (max-width: 767px)
{
    .inner-product-show .products-show .product-info .prev-next a
    {
        font-size: 14px;

        padding: 5px 20px;
    }
}
.inner-product-show .products-show .product-info .prev-next a:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    float: left;

    content: '\e66e';
}
.inner-product-show .products-show .product-info .prev-next a.btn-prev
{
    margin-right: 20px;
}
@media (max-width: 767px)
{
    .inner-product-show .products-show .product-info .prev-next a.btn-prev
    {
        margin-right: 10px;
    }
}
.inner-product-show .products-show .product-info .prev-next a.btn-next:before
{
    float: right;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.inner-product-show .products-show .product-info .prev-next a:hover
{
    color: #fff;
    background-color: #3971c3;
}
.inner-product-show .details
{
    padding-top: 50px;
}
.inner-product-show .details .details-sort
{
    padding: 14px 14px 0 14px;
}
@media (max-width: 767px)
{
    .inner-product-show .details .details-sort
    {
        padding: 10px 10px 0 10px;
    }
}
.inner-product-show .details .details-sort ul
{
    border-bottom: 1px solid #003686;
}
.inner-product-show .details .details-sort ul li
{
    position: relative;

    display: inline-block;

    vertical-align: top;

    border: 1px solid #f7f7f7;
    border-bottom: none;
}
.inner-product-show .details .details-sort ul li a
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    padding: 10px 30px;

    color: #777;
}
@media (max-width: 767px)
{
    .inner-product-show .details .details-sort ul li a
    {
        font-size: 14px;
        line-height: 30px;

        padding: 4px 10px;
    }
}
.inner-product-show .details .details-sort ul li.active
{
    border-color: #003686;
}
.inner-product-show .details .details-sort ul li.active:before
{
    position: absolute;
    z-index: 2;
    bottom: -1px;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #f7f7f7;
}
.inner-product-show .details .details-sort ul li.active a
{
    font-weight: bold;

    color: #003686;
}
.inner-product-show .details .details-list
{
    overflow: hidden;

    padding: 30px 14px;
}
.inner-product-show .details .details-list p
{
    margin: 0;
}
.inner-product-show .details .details-list img
{
    max-width: 100%;
    height: auto !important;
}
.inner-product-show .details .details-list table
{
    width: 100%;
}
.inner-product-show .details .details-list table td,
.inner-product-show .details .details-list table th
{
    padding: 10px;

    border: 1px solid #dcdcdc;
}
.inner-product-show .details .specifications
{
    font-size: 14px;
    line-height: 30px;

    color: #666;
}
.inner-product-show .details .document > ul > li
{
    padding: 30px 0;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .inner-product-show .details .document > ul > li
    {
        padding: 16px 0;
    }
}
.inner-product-show .details .document .item
{
    position: relative;

    padding-left: 90px;
}
@media (max-width: 767px)
{
    .inner-product-show .details .document .item
    {
        padding-left: 70px;
    }
}
.inner-product-show .details .document .item:before
{
    position: absolute;
    top: 50%;
    left: 20px;

    display: block;

    width: 50px;
    height: 61px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: url(../images/download.png) no-repeat;
    background-size: cover;
}
@media (max-width: 767px)
{
    .inner-product-show .details .document .item:before
    {
        left: 10px;
    }
}
.inner-product-show .details .document .item b
{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #003686;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-product-show .details .document .item p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 6px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-product-show .details .document .item a.down
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 14px;

    color: #003686;
}
@media (max-width: 767px)
{
    .inner-product-show .details .document .item a.down
    {
        font-size: 14px;

        margin-top: 4px;
    }
}
.inner-product-show .details .document .item a.down:hover
{
    text-decoration: underline;

    color: #053070;
}
.inner-product-show .details .document .item:hover b
{
    text-decoration: underline;

    color: #053070;
}
.inner-product-show .details .relate-product .item
{
    margin-bottom: 30px;

    border: 1px solid #f6f6f6;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .inner-product-show .details .relate-product .item
    {
        margin-bottom: 20px;
    }
}
.inner-product-show .details .relate-product .item .ibox
{
    padding-bottom: 75.75757576%;
}
.inner-product-show .details .relate-product .item .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-product-show .details .relate-product .item .note
{
    padding: 0 20px 14px 20px;
}
.inner-product-show .details .relate-product .item .note h3
{
    font-size: 18px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .inner-product-show .details .relate-product .item .note h3
    {
        font-size: 16px;
    }
}
.inner-product-show .details .relate-product .item .note p
{
    line-height: 18px;

    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    margin: 10px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.inner-product-show .details .relate-product .item .link
{
    font-size: 0;

    border-top: 1px solid #f6f6f6;
}
.inner-product-show .details .relate-product .item .link a
{
    font-size: 16px;
    line-height: 60px;

    display: inline-block;
    overflow: hidden;

    width: 50%;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
    vertical-align: middle;

    color: #999;
}
@media (max-width: 1199px)
{
    .inner-product-show .details .relate-product .item .link a
    {
        font-size: 14px;
        line-height: 40px;
    }
}
.inner-product-show .details .relate-product .item .link a.btn-consulting
{
    border-right: 1px solid #f6f6f6;
}
.inner-product-show .details .relate-product .item .link a.btn-more
{
    color: #3776d3;
}
.inner-product-show .details .relate-product .item .link a.btn-more:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    content: '\e62b';
    vertical-align: middle;
}
.inner-product-show .details .relate-product .item .link a:hover
{
    color: #fff;
    background-color: #003686;
}
.inner-product-show .details .relate-product .item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-product-show .details .relate-product .item:hover .note h3
{
    color: #003686;
}
.inner-product-show .details .news-product ul li
{
    padding: 20px 0;

    border-bottom: 1px solid #d8d8d8;
}
.inner-product-show .details .news-product .item
{
    font-size: 0;

    position: relative;
}
.inner-product-show .details .news-product .item .pic,
.inner-product-show .details .news-product .item .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inner-product-show .details .news-product .item .pic
{
    width: 200px;
}
@media (max-width: 767px)
{
    .inner-product-show .details .news-product .item .pic
    {
        width: 100px;
    }
}
.inner-product-show .details .news-product .item .pic .ibox
{
    padding-bottom: 53.33333333%;
}
.inner-product-show .details .news-product .item .pic .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-product-show .details .news-product .item .text
{
    width: -webkit-calc(100% - 200px);
    width:         calc(100% - 200px);
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .inner-product-show .details .news-product .item .text
    {
        width: -webkit-calc(100% - 100px);
        width:         calc(100% - 100px);
        padding-left: 10px;
    }
}
.inner-product-show .details .news-product .item .text h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #003686;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-product-show .details .news-product .item .text h3
    {
        font-size: 16px;
    }
}
.inner-product-show .details .news-product .item .text p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 10px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-product-show .details .news-product .item .text p
    {
        font-size: 14px;

        margin: 0;
    }
}
.inner-product-show .details .news-product .item .text .date
{
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #999;
}
@media (max-width: 767px)
{
    .inner-product-show .details .news-product .item .text .date
    {
        font-size: 12px;

        margin-top: 4px;
    }
}
.inner-product-show .details .news-product .item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-product-show .details .news-product .item:hover .text h3
{
    color: #053070;
}
.inner-product-show .details .news-product .item:hover .text a.more
{
    background-color: #053070;
}
.inner-contact
{
    margin-top: -50px;
    padding-top: 0;
}
@media (max-width: 1199px)
{
    .inner-contact
    {
        margin: 0;
    }
}
.inner-contact .container
{
    padding: 0;
}
.inner-contact .contact-list
{
    position: relative;
    z-index: 2;
}
.inner-contact .contact-list ul
{
    font-size: 0;

    margin: 0 -25px;
}
@media (max-width: 1470px)
{
    .inner-contact .contact-list ul
    {
        margin: 0 -15px;
    }
}
.inner-contact .contact-list ul li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;
    padding: 0 25px;

    vertical-align: top;
}
@media (max-width: 1470px)
{
    .inner-contact .contact-list ul li
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .inner-contact .contact-list ul li
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-contact .contact-list ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .inner-contact .contact-list ul li
    {
        width: 100%;
    }
}
.inner-contact .contact-list ul li:nth-child(1)
{
    width: 20%;
}
@media (max-width: 991px)
{
    .inner-contact .contact-list ul li:nth-child(1)
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .inner-contact .contact-list ul li:nth-child(1)
    {
        width: 100%;
    }
}
.inner-contact .contact-list ul li:nth-child(2)
{
    width: 30%;
}
@media (max-width: 991px)
{
    .inner-contact .contact-list ul li:nth-child(2)
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .inner-contact .contact-list ul li:nth-child(2)
    {
        width: 100%;
    }
}
.inner-contact .contact-list ul li:nth-child(2) .item:before
{
    content: '\e676';
}
.inner-contact .contact-list ul li:nth-child(3) .item:before
{
    content: '\e671';
}
.inner-contact .contact-list ul li:nth-child(4) .item:before
{
    content: '\e677';
}
.inner-contact .contact-list .item
{
    padding: 40px 20px;

    background: url(../images/contact-line.jpg) repeat-x top;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.inner-contact .contact-list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;
    line-height: 50px;

    display: block;

    content: '\e672';

    color: #003686;
}
@media (max-width: 767px)
{
    .inner-contact .contact-list .item:before
    {
        font-size: 30px;
        line-height: 30px;
    }
}
.inner-contact .contact-list .item b
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    margin-top: 10px;

    color: #003686;
}
.inner-contact .contact-list .item p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
.inner-contact .contact-list .item p a:hover
{
    text-decoration: underline;

    color: #003686;
}
.inner-contact .contact
{
    padding-top: 60px;
}
.inner-contact .contact .title:after
{
    display: none;
}
.inner-contact .contact .title h2
{
    font-size: 36px;

    color: #003686;
}
@media (max-width: 1199px)
{
    .inner-contact .contact .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-contact .contact .title h2
    {
        font-size: 24px;
    }
}
.inner-contact .contact .title h3
{
    text-transform: uppercase;
}
.inner-contact .contact-map
{
    font-size: 0;

    max-width: 1330px;
    margin: 0 auto;
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .inner-contact .contact-map
    {
        margin-top: 20px;
    }
}
.inner-contact .contact-map .mapTipText
{
    overflow: hidden;

    padding: 20px;
}
.inner-contact .contact-map .map-left,
.inner-contact .contact-map .map-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.inner-contact .contact-map .map-left
{
    width: 65%;
}
@media (max-width: 767px)
{
    .inner-contact .contact-map .map-left
    {
        width: 100%;
    }
}
.inner-contact .contact-map .map-right
{
    width: 35%;

    text-align: center;
}
@media (max-width: 767px)
{
    .inner-contact .contact-map .map-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.inner-contact .contact-map .map-right img
{
    max-width: 100%;
}
#ChinaMap
{
    width: 100% !important;
    height: auto !important;
}
#ChinaMap svg
{
    width: 100% !important;
    height: auto !important;
}
#stateTip
{
    position: absolute;
    left: 100%;

    display: inline;
    overflow: hidden;

    text-align: left;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
#stateTip svg
{
    height: auto !important;
}
#stateTip path
{
    display: none;
}
#mapTipContent
{
    display: none;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 50px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    border-radius: 50%;
}
.pagination li.prev a span:before,
.pagination li.next a span:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a span:before
{
    content: '\e625';
}
.pagination li a
{
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;
    margin: 0 6px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #666;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
}
@media (max-width: 991px)
{
    .pagination li a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    background-color: #003686;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    background-color: #003686;
}
.zoom:after
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 33px;
    height: 33px;

    content: '';

    background: url(../images/icon.png);
}
.zoom img
{
    display: block;
}
.zoom img::-moz-selection
{
    background-color: transparent;
}
.zoom img::selection
{
    background-color: transparent;
}
.box-icon
{
    margin-top: 30px;
    padding: 30px 0;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .box-icon
    {
        padding: 10px 0;
    }
}
.box-icon ul
{
    font-size: 0;
}
.box-icon ul li
{
    font-size: 14px;

    display: inline-block;

    width: 20%;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .box-icon ul li
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .box-icon ul li
    {
        width: 33.33333333%;
    }
}
.box-icon .item
{
    margin: 20px 0;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-icon .item
    {
        margin: 10px 0;
    }
}
.box-icon .item .icon
{
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.box-icon .item .icon img
{
    width: 100%;
}
.box-icon .item p
{
    font-size: 18px;
    font-weight: normal;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    text-transform: capitalize;

    color: #003686;
}
@media (max-width: 1350px)
{
    .box-icon .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-icon .item p
    {
        font-size: 13px;
        line-height: 20px;
    }
}
.swiper-wrapper{
	height: auto;
}
.home-case .case .swiper-container .swiper-slide{
height: auto;

}


/*PAGES*/
.page_info{text-align:center; width: 100%; margin:10px auto; padding: 50px 0; color:#999; clear: both;font-size: 1.4rem!important;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center; clear: both; letter-spacing:0;font-size:10px;margin:50px auto; padding: 50px 0; clear: both; width: 100%;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}



/*FOOTER-FOR-MOBILE*/
footer{display:none;}
@media (max-width: 1024px)
{
footer{position:fixed;padding:5px;width:100%;height:45px;bottom:0;border-top:1px solid #fff;background:#003686; display:block; z-index:9999;}
footer ul{height:45px;line-height:45px;}
footer ul li{width:33%;float:left;color:#FFF;}
footer ul li dl{width:auto;margin:0 auto;text-align:center;}
footer ul li dt{width:auto;height:25px;overflow:hidden;}
footer ul li dd{width:auto;height:20px; font-size:0.8em; color:#fff;line-height:20px;}
}
.customer-service
{
    position: fixed;
    z-index: 9;
    top: 50%;
    left: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.customer-service ul li
{
    margin: 2px 0;
}
.customer-service a
{
    position: relative;

    display: block;

    color: #fff;
}
.customer-service a .icon
{
    font-size: 30px;
    line-height: 60px;

    position: relative;
    z-index: 3;

    display: block;

    width: 60px;
    height: 60px;

    text-align: center;

    border-radius: 6px;
    background-color: #004d9f;
}
@media (max-width: 1470px)
{
    .customer-service a .icon
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.customer-service a .icon img
{
    width: 30px;
    margin: 0 auto;
}
.customer-service a p
{
    font-size: 16px;
    line-height: 40px;

    position: absolute;
    top: 0;
    left: 60px;

    margin: 0;
    padding: 10px;

    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
            transform: translateX(-150%);
    white-space: nowrap;

    background-color: #004d9f;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.customer-service a:hover p
{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}
.customer-service .service-wechat p
{
    background-color: #004d9f;
}


.inner-contact .contact-map .map-left{
   position: relative;
}
.inner-contact .contact-map .map-hainan{
   position: absolute;
   bottom: 0;
   left: 82%;
}
@media(max-width:991px){
   .inner-contact .contact-map .map-hainan img{
      width:130px;
   }
}
@media(max-width:767px){
   .inner-contact .contact-map .map-left{
      padding-right: 40px;
   }
   .inner-contact .contact-map .map-hainan{
      left: auto;
      right: 0;
      padding-right: 10px;
   }
   .inner-contact .contact-map .map-hainan img{
      width:90px;
   }
}
/**************************QQMENU**************************/
.b{font-weight:bold; font-family:"微软雅黑"; font-size:14px;}
#backtop_js {position:fixed; margin:0 ; bottom:120px; right:20px; width:62px; z-index:999999999;_position:absolute;_top:expression(documentElement.scrollTop + "px"); }
#backtop_js li {float:left; position:relative; z-index:1; margin-bottom:-1px;}
#backtop_js .rx {width:2px; height:60px; background:#fff; position:absolute; top:1px; right:-1px;_right:-1px; z-index:333;}
#backtop_js .submenu_js {position:absolute; right:61px;  display:none; top:0;}
#backtop_js .submenu_js dd{position:relative;white-space:nowrap;}
#backtop_js .qq_content {width:260px; margin-top:-40px; padding:0 0 20px 20px; height:160px; border:1px #ddd solid; overflow:hidden; background:#fff;}
#backtop_js .qq_content .title {padding:0 0 5px 0;}
#backtop_js .qq_content ul {margin:20px 0 0 0;}
#backtop_js .qq_content li {width:118px; margin:10px 0 0 0;}
#backtop_js .qq_content li a {float:left; background:url(../images/qqico.png) no-repeat; line-height:21px; padding:0 0 0 28px;}
#backtop_js .moblie_content01{margin-top:-150px; width:100px; height:130px; background:#fff; border:1px #ddd solid; text-align:center; line-height:18px; overflow:hidden;}
#backtop_js .moblie_content02{margin-top:-40px; width:140px; height:140px; background:#fff; border:1px #ddd solid; text-align:center; line-height:18px; overflow:hidden;}
#backtop_js .moblie_content03{ width:100px; height:130px; background:#fff; border:1px #ddd solid; text-align:center; line-height:18px; overflow:hidden;}
#backtop_js .qq {background:url(../images/qq.gif) 8px 10px #fff no-repeat; width:60px; height:60px; border:1px #ddd solid; display:block; cursor:pointer;}
#backtop_js .moblie {background:url(../images/backicon.gif) #fff no-repeat; width:60px; height:60px; border:1px #ddd solid; display:block; cursor:pointer;}
#backtop_js .msg {background:url(../images/backicon.gif)0 -60px #fff no-repeat; width:60px; height:60px; border:1px #ddd solid; display:block; cursor:pointer;}
#backjump {position:fixed;margin:0 ; bottom:60px; right:20px; width:62px; z-index:999999999;_position:absolute;_top:expression(documentElement.scrollTop + "px");}
#backjump li {border:1px #ddd solid;}
#backtop {display:block;width:60px;height:60px; cursor:pointer; background:url(../images/backicon.gif) 0 -120px #fff no-repeat;}
#backtop_js a .text, #backjump a .text {display:none; }
#backtop_js a:hover .text, #backjump a:hover .text {width:60px; color: #000; height:50px; background:#fff; padding:10px 0 0 0; line-height:19px; text-align:center; display: block;}